Skip to content

AutoCdcFlow

AutoCdcFlow is an UnresolvedFlow.

AutoCdcFlow is resolved to AutoCdcMergeFlow (when FlowResolver is requested to resolve a flow).

Creating Instance

AutoCdcFlow takes the following to be created:

  • TableIdentifier
  • Destination (TableIdentifier)
  • FlowFunction
  • QueryContext
  • QueryOrigin
  • ChangeArgs
  • SQL Config (default: empty)

AutoCdcFlow is created when:

once Flag

Flow
once: Boolean

once is part of the Flow abstraction.

once is always disabled (false).