Skip to content

Commit

Permalink
Fix params rendering in AzureSynapseHook Python API docs (apache#29041)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
josh-fell authored Jan 19, 2023
1 parent be31214 commit 6c50a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/microsoft/azure/hooks/synapse.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 6c50a69

Please sign in to comment.