Skip to content

Commit 8ef8e2b

Browse files
committed
Updates for freshness, formatting, and acrolinx
1 parent 30ef7a7 commit 8ef8e2b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/synapse-analytics/get-started-pipelines.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,43 @@ ms.reviewer: whhender
77
ms.service: azure-synapse-analytics
88
ms.subservice: pipeline
99
ms.topic: tutorial
10-
ms.date: 12/31/2020
10+
ms.date: 11/20/2024
1111
---
1212

13-
# Integrate with pipelines
13+
# Tutorial: Integrate with pipelines
1414

1515
In this tutorial, you'll learn how to integrate pipelines and activities using Synapse Studio.
1616

1717
## Create a pipeline and add a notebook activity
1818

1919
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.
2121
1. Under **Activities**, expand the **Synapse** folder, and drag a **Notebook** object into the designer.
2222
1. Select the **Settings** tab of the Notebook activity properties. Use the drop-down list to select a notebook from your current Synapse workspace.
2323

2424
## Schedule the pipeline to run every hour
2525

2626
1. In the pipeline, select **Add trigger** > **New/edit**.
2727
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**.
3030

3131
## Forcing a pipeline to run immediately
3232

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.
3434

3535
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**.
3838

3939
## Monitor pipeline execution
4040

4141
1. Go to the **Monitor** hub.
4242
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.
4545

46-
## Next steps
46+
## Next step
4747

4848
> [!div class="nextstepaction"]
4949
> [Visualize data with Power BI](get-started-visualize-power-bi.md)

0 commit comments

Comments
 (0)