Pass connection extra parameters to Wasb BlobServiceClient #45766
Open
Description
Apache Airflow version
Other Airflow 2 version (please specify below)
If "Other Airflow 2 version" selected, which one?
2.30
What happened?
Currently, the WasbHook does not pass the extra parameters from the connection to the BlobServiceClient, limiting flexibility in configuration.
What you think should happen instead?
The WasbHook should read the extra field from connection configurations and pass these parameters to the underlying BlobServiceClient. This allows users to define configurations such as proxies or other client-specific settings in their connection setup.
How to reproduce
Not applicable as this is a feature request.
Operating System
Any
Versions of Apache Airflow Providers
apache-airflow-providers-microsoft-azure
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct