Azure Synapse Analytics · Arazzo Workflow
Azure Synapse Analytics Build Data Integration Pipeline
Version 1.0.0
Stand up a linked service, a dataset, a pipeline, and trigger a run.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQLArazzoWorkflows
Provider
Workflows
build-data-integration-pipeline
Create a linked service, a dataset bound to it, a pipeline, and run the pipeline.
Provisions a linked service, then a dataset that references it, then a pipeline, and finally submits a pipeline run, capturing the run identifier.
1
createLinkedService
LinkedService_CreateOrUpdateLinkedService
Create or update the linked service that defines the connection to the backing data store.
2
createDataset
Dataset_CreateOrUpdateDataset
Create or update the dataset that references the linked service.
3
createPipeline
Pipeline_CreateOrUpdatePipeline
Create or update the pipeline that orchestrates movement using the dataset and linked service above.
4
runPipeline
Pipeline_CreatePipelineRun
Submit a run of the newly built pipeline, passing any optional run-time parameters.
Source API Descriptions
openapi
openapi