Skip to content

Commit

Permalink
moving to snapshot status when adding table (#1404)
Browse files Browse the repository at this point in the history
Co-authored-by: Kaushik Iska <[email protected]>
  • Loading branch information
heavycrystal and iskakaushik authored Feb 29, 2024
1 parent b7db2ad commit 449b86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/workflows/cdc_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ func (w *CDCFlowWorkflowExecution) processCDCFlowConfigUpdate(ctx workflow.Conte
w.logger.Warn("duplicate source/destination tables found in additionalTables")
return nil
}
state.CurrentFlowStatus = protos.FlowStatus_STATUS_SNAPSHOT

alterPublicationAddAdditionalTablesCtx := workflow.WithActivityOptions(ctx, workflow.ActivityOptions{
StartToCloseTimeout: 5 * time.Minute,
Expand Down

0 comments on commit 449b86f

Please sign in to comment.