You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/get-started-pipelines.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ You can orchestrate a wide variety of tasks in Azure Synapse.
23
23
1. In Synapse Studio, go to the **Integrate** hub.
24
24
1. Select **+** > **Pipeline** to create a new pipeline.
25
25
1. Go to the **Develop** hub and select one of the notebooks you previously created.
26
-
1. Drag that notebook into the pipeline.
26
+
1. Drag that notebook into the pipeline (**Note**: Add import modules step in notebook as specified in [document](https://docs.microsoft.com/azure/synapse-analytics/spark/synapse-spark-sql-pool-import-export#transfer-data-to-or-from-a-sql-pool-attached-with-the-workspace) which are required while running from pipeline)
27
27
1. In the pipeline, select **Add trigger** > **New/edit**.
28
28
1. In **Choose trigger**, select **New**, and set the **Recurrence** to "every 1 hour".
0 commit comments