@@ -7,43 +7,43 @@ ms.reviewer: whhender
7
7
ms.service : azure-synapse-analytics
8
8
ms.subservice : pipeline
9
9
ms.topic : tutorial
10
- ms.date : 12/31/2020
10
+ ms.date : 11/20/2024
11
11
---
12
12
13
- # Integrate with pipelines
13
+ # Tutorial: Integrate with pipelines
14
14
15
15
In this tutorial, you'll learn how to integrate pipelines and activities using Synapse Studio.
16
16
17
17
## Create a pipeline and add a notebook activity
18
18
19
19
1 . In Synapse Studio, go to the ** Integrate** hub.
20
- 1 . Select ** +** > ** Pipeline** to create a new pipeline. Click on the new pipeline object to open the Pipeline designer.
20
+ 1 . Select ** +** > ** Pipeline** to create a new pipeline. Select the new pipeline object to open the Pipeline designer.
21
21
1 . Under ** Activities** , expand the ** Synapse** folder, and drag a ** Notebook** object into the designer.
22
22
1 . Select the ** Settings** tab of the Notebook activity properties. Use the drop-down list to select a notebook from your current Synapse workspace.
23
23
24
24
## Schedule the pipeline to run every hour
25
25
26
26
1 . In the pipeline, select ** Add trigger** > ** New/edit** .
27
27
1 . In ** Choose trigger** , select ** New** , and set the ** Recurrence** to "every 1 hour".
28
- 1 . Select ** OK** .
29
- 1 . Select ** Publish All** .
28
+ 1 . Select ** OK** .
29
+ 1 . Select ** Publish All** .
30
30
31
31
## Forcing a pipeline to run immediately
32
32
33
- Once the pipeline is published, you may want to run it immediately without waiting for an hour to pass.
33
+ Once the pipeline is published, you might want to run it immediately without waiting for an hour to pass.
34
34
35
35
1 . Open the pipeline.
36
- 1 . Click ** Add trigger** > ** Trigger now** .
37
- 1 . Select ** OK** .
36
+ 1 . Select ** Add trigger** > ** Trigger now** .
37
+ 1 . Select ** OK** .
38
38
39
39
## Monitor pipeline execution
40
40
41
41
1 . Go to the ** Monitor** hub.
42
42
1 . Select ** Pipeline runs** to monitor pipeline execution progress.
43
- 1 . In this view you can switch between tabular ** List** display a graphical ** Gantt** chart.
44
- 1 . Click on a pipeline name to see the status of activities in that pipeline.
43
+ 1 . In this view you can switch between tabular ** List** display a graphical ** Gantt** chart.
44
+ 1 . Select a pipeline name to see the status of activities in that pipeline.
45
45
46
- ## Next steps
46
+ ## Next step
47
47
48
48
> [ !div class="nextstepaction"]
49
49
> [ Visualize data with Power BI] ( get-started-visualize-power-bi.md )
0 commit comments