utkarsharma2 opened a new issue, #33203:
URL: https://github.com/apache/airflow/issues/33203

   ### Apache Airflow version
   
   2.6.3
   
   ### What happened
   
   Till version apache-airflow-providers-microsoft-azure no longer==6.2.2 if 
you do `WasbHook(wasb_conn_id=self.conn_id).get_conn().account_name` you will 
get the `account_name` But in version `apache-airflow-providers-microsoft-azure 
no longer==6.2.3` this is not longer working for below connection:
   
   ```
   - conn_id: wasb_conn_with_access_key
       conn_type: wasb
       host: astrosdk.blob.core.windows.net
       description: null
       extra:
         shared_access_key: $AZURE_WASB_ACCESS_KEY
   ```
    
   
   ### What you think should happen instead
   
   We should get the `account_name` for 
`apache-airflow-providers-microsoft-azure no longer==6.2.3`.
   
   ### How to reproduce
   
   Try installing the version `apache-airflow-providers-microsoft-azure no 
longer==6.2.3` and try running below code 
`WasbHook(wasb_conn_id=self.conn_id).get_conn().account_name` 
   
   ### Operating System
   
   Mac
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Other Docker-based deployment
   
   ### Deployment details
   
   _No response_
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to