-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Remove internal_api_call from airflow.secrets.metastore #44489
Conversation
b7c93a7
to
672b54f
Compare
Tests are 🔴 |
Ah... Our favorite: |
One of those I want to get rid in airflow 3 by explicit rather than implicit initialization via "airflow.init". |
672b54f
to
2158dc4
Compare
Hopefully green now :) |
Not yet 😅 I was too optimistic |
2158dc4
to
cbde852
Compare
Variable too... I hate circular imports |
Uff :) |
The changes apache#44490, apache#44491, apache#44489 removed internal_api_call decorator from a few methods but did not remove them from method map. This PR is a follow-up.
The changes apache#44490, apache#44491, apache#44489 removed internal_api_call decorator from a few methods but did not remove them from method map. This PR is a follow-up.
Part of #44436
^ 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.