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:
[email protected]


Reply via email to