You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/08 20:09:09 UTC

[GitHub] [airflow] dstandish opened a new issue #14669: fix missing attribute warning in AzureDataFactoryHook

dstandish opened a new issue #14669:
URL: https://github.com/apache/airflow/issues/14669


   Providers manager raises these warnings when importing `AzureDataFactoryHook`:
   
   ```
     [2021-03-08 19:48:39,667] {providers_manager.py:249} WARNING - The '<class 'airflow.providers.microsoft.azure.hooks.azure_data_factory.AzureDataFactoryHook'>' is missing conn_type attribute and cannot be registered
     [2021-03-08 19:48:39,667] {providers_manager.py:249} WARNING - The '<class 'airflow.providers.microsoft.azure.hooks.azure_data_factory.AzureDataFactoryHook'>' is missing conn_name_attr attribute and cannot be registered
     [2021-03-08 19:48:39,667] {providers_manager.py:249} WARNING - The '<class 'airflow.providers.microsoft.azure.hooks.azure_data_factory.AzureDataFactoryHook'>' is missing hook_name attribute and cannot be registered
     [2021-03-08 19:48:39,823] {providers_manager.py:249} WARNING - The '<class 'airflow.providers.microsoft.azure.hooks.azure_data_factory.AzureDataFactoryHook'>' is missing conn_type attribute and cannot be registered
     [2021-03-08 19:48:39,824] {providers_manager.py:249} WARNING - The '<class 'airflow.providers.microsoft.azure.hooks.azure_data_factory.AzureDataFactoryHook'>' is missing conn_name_attr attribute and cannot be registered
     [2021-03-08 19:48:39,824] {providers_manager.py:249} WARNING - The '<class 'airflow.providers.microsoft.azure.hooks.azure_data_factory.AzureDataFactoryHook'>' is missing hook_name attribute and cannot be registered
   ```
   
   We should be able to resolve this by adding the appropriate attributes to the hook.
   
   This could be a good first issue.
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #14669: Fix missing attribute warning in AzureDataFactoryHook

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #14669:
URL: https://github.com/apache/airflow/issues/14669


   


----------------------------------------------------------------
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:
users@infra.apache.org