Skip to content
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

Merged
merged 1 commit into from Dec 27, 2023

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Dec 27, 2023


^ 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.

@boring-cyborg boring-cyborg bot added area:logging area:providers provider:google Google (including GCP) related issues labels Dec 27, 2023
@potiuk potiuk added the full tests needed We need to run full set of tests for this PR to merge label Dec 27, 2023
@potiuk potiuk closed this Dec 27, 2023
@potiuk potiuk reopened this Dec 27, 2023
@potiuk
Copy link
Member Author

potiuk commented Dec 27, 2023

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)

@potiuk
Copy link
Member Author

potiuk commented Dec 27, 2023

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.

@potiuk potiuk merged commit 75faf11 into apache:main Dec 27, 2023
82 of 126 checks passed
@potiuk potiuk deleted the remove-backcompat-gcs-handler-code branch December 27, 2023 09:40
potiuk added a commit to potiuk/airflow that referenced this pull request Dec 27, 2023
potiuk added a commit that referenced this pull request Dec 27, 2023
potiuk added a commit that referenced this pull request Dec 27, 2023
…36443)

Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
(cherry picked from commit 75faf11)
potiuk added a commit that referenced this pull request Dec 27, 2023
…36443) (#36457)

Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
(cherry picked from commit 75faf11)
abhishekbhakat pushed a commit to abhishekbhakat/my_airflow that referenced this pull request Mar 5, 2024
abhishekbhakat pushed a commit to abhishekbhakat/my_airflow that referenced this pull request Mar 5, 2024
abhishekbhakat pushed a commit to abhishekbhakat/my_airflow that referenced this pull request Mar 5, 2024
…pache#36443) (apache#36457)

Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
(cherry picked from commit 75faf11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:logging area:providers full tests needed We need to run full set of tests for this PR to merge provider:google Google (including GCP) related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants