Optionaloptions: CallOptionsCreates a new pipeline using Unity Catalog from a pipeline using Hive Metastore. This method returns the ID of the newly created clone. Additionally, this method starts an update for the newly created pipeline.
Optionaloptions: CallOptionsCreates a new data processing pipeline based on the requested configuration. If successful, this method returns the ID of the new pipeline.
Optionaloptions: CallOptionsDeletes a pipeline. If the pipeline publishes to Unity Catalog, pipeline deletion will cascade to
all pipeline tables. Please reach out to
Optionaloptions: CallOptionsUpdates a pipeline with the supplied configuration.
Optionaloptions: CallOptionsRetrieves events for a pipeline.
Optionaloptions: CallOptionsOptionaloptions: CallOptionsGet a pipeline.
Optionaloptions: CallOptionsGets an update from an active pipeline.
Optionaloptions: CallOptionsLists pipelines defined in the Spark Declarative Pipelines system.
Optionaloptions: CallOptionsOptionaloptions: CallOptionsList updates for an active pipeline.
Optionaloptions: CallOptionsStarts 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.
Optionaloptions: CallOptionsStops the pipeline by canceling the active update. If there is no active update for the pipeline, this request is a no-op.
Optionaloptions: CallOptions
Applies the current pipeline environment onto the pipeline compute. The environment applied can be used by subsequent dev-mode updates.