OptionalperformWhether to create a full-copy pipeline -- a pipeline that stops after creates a full copy of the source table upon initialization and does not process any change data feeds (CDFs) afterwards. The pipeline can still be manually triggered afterwards, but it always perform a full copy of the source table and there are no incremental updates. This mode is useful for syncing views or tables without CDFs to online tables. Note that the full-copy pipeline only supports "triggered" scheduling policy.
OptionalpipelineID of the associated pipeline. Generated by the server - cannot be set by the caller.
OptionalprimaryPrimary Key columns to be used for data insert/update in the destination.
OptionalschedulingExactly one type of scheduling policy should be applied.
Pipeline runs continuously after generating the initial data.
Pipeline stops after generating the initial data and can be triggered later (manually, through a cron job or through data triggers)
OptionalsourceThree-part (catalog, schema, table) name of the source Delta table.
OptionaltimeseriesTime series key to deduplicate (tie-break) rows with the same primary key.
Specification of an online table.