eladkal opened a new issue #17898:
URL: https://github.com/apache/airflow/issues/17898
### Body
Some of Azure operators/sensors paths needs to be changed:
| Operator name | current
path | new path
|
|:---------------------------------:
|:---------------------------------------------------------------------:
|:---------------------------------------------------------------: |
| AzureContainerInstancesOperator |
airflow.providers.microsoft.azure.operators.azure_container_instances |
airflow.providers.microsoft.azure.operators.container_instances |
| AzureCosmosInsertDocumentOperator |
airflow.providers.microsoft.azure.operators.azure_cosmos |
airflow.providers.microsoft.azure.operators.cosmos |
| AzureBatchOperator |
airflow.providers.microsoft.azure.operators.azure_batch |
airflow.providers.microsoft.azure.operators.batch |
| AzureCosmosDocumentSensor |
airflow.providers.microsoft.azure.sensors.azure_cosmos |
airflow.providers.microsoft.azure.sensors.cosmos |
same should go for hooks:
https://github.com/apache/airflow/tree/main/airflow/providers/microsoft/azure/hooks
fix should be similar to:
https://github.com/apache/airflow/pull/11209
### Committer
- [X] I acknowledge that I am a maintainer/committer of the Apache Airflow
project.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]