airflow.providers.microsoft.azure.hooks.base_azure
¶
Module Contents¶
Classes¶
This hook acts as a base hook for azure services. |
- class airflow.providers.microsoft.azure.hooks.base_azure.AzureBaseHook(sdk_client, conn_id='azure_default')[source]¶
Bases:
airflow.hooks.base.BaseHook
This hook acts as a base hook for azure services.
It offers several authentication mechanisms to authenticate the client library used for upstream azure hooks.
- Parameters
sdk_client (Any) – The SDKClient to use.
conn_id (str) – The Azure connection id which refers to the information to connect to the service.