sunkickr commented on a change in pull request #15159:
URL: https://github.com/apache/airflow/pull/15159#discussion_r606263524
##########
File path: airflow/providers/microsoft/azure/hooks/base_azure.py
##########
@@ -30,14 +30,56 @@ class AzureBaseHook(BaseHook):
authenticate the client library used for upstream azure hooks.
:param sdk_client: The SDKClient to use.
+ :type sdk_client: Optional[str]
:param conn_id: The azure connection id which refers to the information to
connect to the service.
+ :type conn_id: str
"""
- conn_name_attr = 'conn_id'
+ conn_name_attr = 'azure_conn_id'
Review comment:
wondering what implication this change has
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]