Skip to content

Commit 2341981

Browse files
alexstoickserprex
andauthored
Update flow/workflows/setup_flow.go
Co-authored-by: Philip Dubé <[email protected]>
1 parent 906eff7 commit 2341981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/workflows/setup_flow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func (s *SetupFlowExecution) ensurePullability(
120120
ensurePullabilityInput := &protos.EnsurePullabilityBatchInput{
121121
PeerName: config.SourceName,
122122
FlowJobName: s.cdcFlowName,
123-
SourceTableIdentifiers: []string{},
123+
SourceTableIdentifiers: nil,
124124
CheckConstraints: checkConstraints,
125125
}
126126

0 commit comments

Comments
 (0)