Azure Synapse Analytics · Arazzo Workflow
Azure Synapse Analytics Deploy and Run Pipeline
Version 1.0.0
Create or update a pipeline, confirm it persisted, then trigger a run.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQLArazzoWorkflows
Provider
Workflows
deploy-and-run-pipeline
Publish a pipeline into the workspace and kick off a run of it.
Creates or updates a pipeline resource, retrieves it to verify the definition was stored, and then creates a run of the pipeline, capturing the generated run identifier.
1
deployPipeline
Pipeline_CreateOrUpdatePipeline
Create or update the pipeline definition in the workspace using the supplied PipelineResource body.
2
confirmPipeline
Pipeline_GetPipeline
Read the pipeline back from the workspace to confirm the definition was persisted before triggering a run.
3
createRun
Pipeline_CreatePipelineRun
Submit a new run of the confirmed pipeline, passing any optional run-time parameters, and capture the run identifier.