Provider apache-airflow-providers-microsoft-azure no longer==6.2.3 expose account_name
#33203
Closed
2 tasks done
Labels
area:providers
good first issue
kind:bug
This is a clearly a bug
provider:microsoft-azure
Azure-related issues
Uh oh!
There was an error while loading. Please reload this page.
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 theaccount_name
But in versionapache-airflow-providers-microsoft-azure==6.2.3
this is not longer working for below connection:What you think should happen instead
We should get the
account_name
forapache-airflow-providers-microsoft-azure==6.2.3
.How to reproduce
Try installing the version
apache-airflow-providers-microsoft-azure==6.2.3
and try running below codeWasbHook(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?
Code of Conduct
The text was updated successfully, but these errors were encountered: