eladkal commented on code in PR #36495:
URL: https://github.com/apache/airflow/pull/36495#discussion_r1438831923
##########
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
+ :language: python
+ :dedent: 4
+ :start-after: [START howto_operator_azure_synapse]
+ :end-before: [END howto_operator_azure_synapse]
Review Comment:
```suggestion
:end-before: [END howto_operator_azure_synapse_run_pipeline]
```
##########
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
+ :language: python
+ :dedent: 4
+ :start-after: [START howto_operator_azure_synapse]
Review Comment:
```suggestion
:start-after: [START howto_operator_azure_synapse_run_pipeline]
```
--
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]