-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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 remaining Airflow 2.5 backcompat code from GCS Task Handler #36443
Conversation
This one is the same code as in the code reverted in #36440 (reverting #36366) - but only limited to GCS Task Handler backcompat (stackdriver removal is separated to #36442. This will allow to test the hypothesis that the error in tests we saw is caused by asyncio tests for Stackdriver handlers leaking asyncio tasks to other tests (likely manifestation of pytest-dev/pytest-asyncio#200) |
Looks like both split PRs are green :( I will merge this one as less likely to be the reason and rebase the #36442 - maybe the "combo" causes it. |
…ndler (apache#36443)" This reverts commit 75faf11.
…36443) Co-authored-by: Andrey Anshin <[email protected]> (cherry picked from commit 75faf11)
…36443) (#36457) Co-authored-by: Andrey Anshin <[email protected]> (cherry picked from commit 75faf11)
^ 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.