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/08/29 17:17:40 UTC

[GitHub] [airflow] eladkal opened a new issue #17898: Change Azure operators to comply with AIP-21

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #17898: Change Azure operators to comply with AIP-21

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


   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] eladkal commented on issue #17898: Change Azure operators to comply with AIP-21

Posted by GitBox <gi...@apache.org>.
eladkal commented on issue #17898:
URL: https://github.com/apache/airflow/issues/17898#issuecomment-908593380


   @josh-fell yep


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] josh-fell commented on issue #17898: Change Azure operators to comply with AIP-21

Posted by GitBox <gi...@apache.org>.
josh-fell commented on issue #17898:
URL: https://github.com/apache/airflow/issues/17898#issuecomment-920236981


   @eladkal You can assign this to me if no one else has claimed it.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #17898: Change Azure operators to comply with AIP-21

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #17898:
URL: https://github.com/apache/airflow/issues/17898#issuecomment-920428113


   Assigned!


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] josh-fell commented on issue #17898: Change Azure operators to comply with AIP-21

Posted by GitBox <gi...@apache.org>.
josh-fell commented on issue #17898:
URL: https://github.com/apache/airflow/issues/17898#issuecomment-907964750


   Should this also apply to the secrets backend?
   https://github.com/apache/airflow/tree/main/airflow/providers/microsoft/azure/secrets


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] eladkal commented on issue #17898: Change Azure operators to comply with AIP-21

Posted by GitBox <gi...@apache.org>.
eladkal commented on issue #17898:
URL: https://github.com/apache/airflow/issues/17898#issuecomment-908593380


   @josh-fell yep


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org