-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass through more parameters to AzureBlobFileSystem to mirror handlin… #38747
Pass through more parameters to AzureBlobFileSystem to mirror handlin… #38747
Conversation
1c695ab
to
9e07242
Compare
9e07242
to
7379f26
Compare
unit tests? |
I've updated the code and added some unit tests. I've also updated the handling a little to handle more than just the specific use case I need right now. The intention is to bring the way that |
dfa9482
to
998f8aa
Compare
Checked tests and linting pass, and rebased to latest main. |
Tests failing, I am afraid. |
…and add unit tests. fix tests that were missed by keeping path of the account_url unchanged.
998f8aa
to
8bf3cb7
Compare
Apologies, I realised too late that I missed the "db tests". Should all be ok now? |
Thanks! |
Pass a few extra parameters through from connection extras to
adlfs.AzureBlobFileSystem
to mirror handling of connection inWasbHook
:managed_identity_client_id
workload_identity_tenant_id
anon
closes: #38746
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.