Skip to content

Commit

Permalink
fix script for initial load
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed May 7, 2024
1 parent a179efa commit 1591872
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/workflows/snapshot_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func (s *SnapshotFlowExecution) cloneTable(
SoftDeleteColName: s.config.SoftDeleteColName,
WriteMode: snapshotWriteMode,
System: s.config.System,
Script: s.config.Script,
}

state := NewQRepFlowState()
Expand Down

0 comments on commit 1591872

Please sign in to comment.