We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906eff7 commit 2341981Copy full SHA for 2341981
flow/workflows/setup_flow.go
@@ -120,7 +120,7 @@ func (s *SetupFlowExecution) ensurePullability(
120
ensurePullabilityInput := &protos.EnsurePullabilityBatchInput{
121
PeerName: config.SourceName,
122
FlowJobName: s.cdcFlowName,
123
- SourceTableIdentifiers: []string{},
+ SourceTableIdentifiers: nil,
124
CheckConstraints: checkConstraints,
125
}
126
0 commit comments