BenGatewood opened a new issue #21412:
URL: https://github.com/apache/airflow/issues/21412


   ### Apache Airflow version
   
   2.2.3 (latest released)
   
   ### What happened
   
   Submitting this on advice from the community Slack: Attempting to use the 
v3.5.0 `AzureCosmosInsertDocumentOperator` operator fails with an attribute 
error: `AttributeError: 'CosmosClient' object has no attribute 'QueryDatabases'`
   
   ### What you expected to happen
   
   Expected behaviour is that the document is upserted correctly.  I've traced 
through the source and `does_database_exist()` seems to call `QueryDatabases()` 
 on the result of `self.get_conn()`. Thing is `get_conn()` (AFAICT) returns an 
actual MS/AZ `CosmosClient` which definitely does not have a `QueryDatabases()` 
method (it's `query_databases()`)
   
   ### How to reproduce
   
   From what I can see, any attempt to use this operator on airflow 2.2.3 will 
fail in this way
   
   ### Operating System
   
   Ubuntu 18.04.5 LTS
   
   ### Versions of Apache Airflow Providers
   
   azure-batch==12.0.0
   azure-common==1.1.28
   azure-core==1.22.0
   azure-cosmos==4.2.0
   azure-datalake-store==0.0.52
   azure-identity==1.7.1
   azure-keyvault==4.1.0
   azure-keyvault-certificates==4.3.0
   azure-keyvault-keys==4.4.0
   azure-keyvault-secrets==4.3.0
   azure-kusto-data==0.0.45
   azure-mgmt-containerinstance==1.5.0
   azure-mgmt-core==1.3.0
   azure-mgmt-datafactory==1.1.0
   azure-mgmt-datalake-nspkg==3.0.1
   azure-mgmt-datalake-store==0.5.0
   azure-mgmt-nspkg==3.0.2
   azure-mgmt-resource==20.1.0
   azure-nspkg==3.0.2
   azure-storage-blob==12.8.1
   azure-storage-common==2.1.0
   azure-storage-file==2.1.0
   msrestazure==0.6.4
   
   ### Deployment
   
   Virtualenv installation
   
   ### Deployment details
   
   Clean standalone install I am using for evaluating airflow for our 
environment
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to