eladkal commented on code in PR #36495:
URL: https://github.com/apache/airflow/pull/36495#discussion_r1438579596


##########
docs/apache-airflow-providers-microsoft-azure/operators/azure_synapse.rst:
##########
@@ -41,6 +41,17 @@ Below is an example of using this operator to execute a 
Spark application on Azu
       :end-before: [END howto_operator_azure_synapse]
 
 
+AzureSynapseRunPipelineOperator
+-----------------------------------
+Use the 
:class:`~airflow.providers.microsoft.azure.operators.synapse.AzureSynapseRunPipelineOperator`
 to execute a pipeline application within Synapse Analytics.
+By default, the operator will periodically check on the status of the executed 
pipeline to terminate with a "Succeeded" status.
+
+.. exampleinclude:: 
/../../tests/system/providers/microsoft/azure/example_azure_synapse.py
+      :language: python
+      :dedent: 4
+      :start-after: [START howto_operator_azure_synapse]
+      :end-before: [END howto_operator_azure_synapse]

Review Comment:
   Yes. you will need to add `[START 
howto_operator_azure_synapse_run_pipeline]`  /  `[END 
howto_operator_azure_synapse_run_pipeline]` then you can reference it. Check 
the link I shared above



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to