eladkal commented on code in PR #36495:
URL: https://github.com/apache/airflow/pull/36495#discussion_r1438847929
##########
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.
+The operator will Execute a Synapse Pipeline.
+
+.. exampleinclude::
/../../tests/system/providers/microsoft/azure/example_azure_synapse.py
Review Comment:
```suggestion
.. exampleinclude::
/../../tests/system/providers/microsoft/azure/example_synapse_run_pipeline.py
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]