Start a pipeline.
start_pipeline_update.Rd
Starts a new update for the pipeline. If there is already an active update for the pipeline, the request will fail and the active update will remain running.
Usage
start_pipeline_update(
client,
pipeline_id,
cause = NULL,
full_refresh = NULL,
full_refresh_selection = NULL,
refresh_selection = NULL,
validate_only = NULL
)
pipelinesStartUpdate(
client,
pipeline_id,
cause = NULL,
full_refresh = NULL,
full_refresh_selection = NULL,
refresh_selection = NULL,
validate_only = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- pipeline_id
Required. This field has no description yet.
- cause
This field has no description yet.
- full_refresh
If true, this update will reset all tables before running.
- full_refresh_selection
A list of tables to update with fullRefresh.
- refresh_selection
A list of tables to update without fullRefresh.
- validate_only
If true, this update only validates the correctness of pipeline source code but does not materialize or publish any datasets.