| title | Tutorial: Get started integrate with pipelines |
|---|---|
| description | In this tutorial, you learn how to integrate pipelines and activities using Synapse Studio. |
| author | juluczni |
| ms.author | juluczni |
| ms.service | azure-synapse-analytics |
| ms.subservice | pipeline |
| ms.topic | tutorial |
| ms.date | 12/11/2024 |
In this tutorial, you learn how to integrate pipelines and activities using Synapse Studio.
- In Synapse Studio, go to the Integrate hub.
- Select + > Pipeline to create a new pipeline. Select the new pipeline object to open the Pipeline designer.
- Under Activities, expand the Synapse folder, and drag a Notebook object into the designer.
- Select the Settings tab of the Notebook activity properties. Use the drop-down list to select a notebook from your current Synapse workspace.
- In the pipeline, select Add trigger > New/edit.
- In Choose trigger, select New, and set the Recurrence to "every 1 hour".
- Select OK.
- Select Publish All.
Once the pipeline is published, you might want to run it immediately without waiting for an hour to pass.
- Open the pipeline.
- Select Add trigger > Trigger now.
- Select OK.
- Go to the Monitor hub.
- Select Pipeline runs to monitor pipeline execution progress.
- In this view, you can switch between tabular List display a graphical Gantt chart.
- Select a pipeline name to see the status of activities in that pipeline.
[!div class="nextstepaction"] Visualize data with Power BI