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


##########
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:
   ![Airflow code 
snippet](https://github.com/apache/airflow/assets/109049037/530cdd0d-2526-4304-9d5f-c262c94d651a)
   
   I saw this @eladkal for `AzureSynapseRunPipelineOperator`. Can I reference 
this?



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