Exam DP203 Synapse Data Pipelines: Difference between revisions

From MillerSql.com
NeilM (talk | contribs)
No edit summary
NeilM (talk | contribs)
Line 1: Line 1:
== Data Pipelines in Synapse Studio ==
== Data Pipelines in Synapse Studio ==
In the Synapse Studio '''Integrate''' tab
In the Synapse Studio '''Integrate''' tab.
 
integration runtime
 
For pipelines to be able to do anything, you have to define '''Linked Services''' to the resources they will need to access.
 
When you create a pipeline in Synapse Studio, like in SSIS the Control Flow items are shown graphically when they are created, with green and red arrows stating where to go next on success, failure, or completion.
 
Once the pipeline has been created, click the curly brackets on the top right {} to display the JSON code for it. The template can also be generated from supplied JSON code.

Revision as of 22:30, 17 November 2024

Data Pipelines in Synapse Studio

In the Synapse Studio Integrate tab.

integration runtime

For pipelines to be able to do anything, you have to define Linked Services to the resources they will need to access.

When you create a pipeline in Synapse Studio, like in SSIS the Control Flow items are shown graphically when they are created, with green and red arrows stating where to go next on success, failure, or completion.

Once the pipeline has been created, click the curly brackets on the top right {} to display the JSON code for it. The template can also be generated from supplied JSON code.