This is an automated email from the ASF dual-hosted git repository.

joshfell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6c50a691a8 Fix params rendering in AzureSynapseHook Python API docs 
(#29041)
6c50a691a8 is described below

commit 6c50a691a813a306133228740fedbb4c59a0e56c
Author: Josh Fell <[email protected]>
AuthorDate: Thu Jan 19 10:17:14 2023 -0500

    Fix params rendering in AzureSynapseHook Python API docs (#29041)
    
    Trivial update to add a newline between the description and `:param:` 
directives in the AzureSynapseHook docstring. This allows the parameters to be 
rendered properly in the Python API documentation for better readability.
---
 airflow/providers/microsoft/azure/hooks/synapse.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow/providers/microsoft/azure/hooks/synapse.py 
b/airflow/providers/microsoft/azure/hooks/synapse.py
index 55c117cb0f..a1d9ec162c 100644
--- a/airflow/providers/microsoft/azure/hooks/synapse.py
+++ b/airflow/providers/microsoft/azure/hooks/synapse.py
@@ -50,6 +50,7 @@ class AzureSynapseSparkBatchRunStatus:
 class AzureSynapseHook(BaseHook):
     """
     A hook to interact with Azure Synapse.
+
     :param azure_synapse_conn_id: The :ref:`Azure Synapse connection 
id<howto/connection:synapse>`.
     :param spark_pool: The Apache Spark pool used to submit the job
     """

Reply via email to