-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Sync 3-0-test with 3.0.4 milestone PRs #54343
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
Conversation
…k SDK (apache#52786) Co-authored-by: David Blain <david.blain@b-holding.be> (cherry picked from commit c65dc8e)
3a4a0f0 to
d96d769
Compare
| from airflow.api_fastapi.execution_api.routes.xcoms import GetXComSliceFilterParams | ||
|
|
||
|
|
||
| class AddDagRunStateFieldAndPreviousEndpoint(VersionChange): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didnt add changes for #50825, it is a dependent change but for 3.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I'm clear, you didn't add the rest of this PR, but you have included the Cadwyn migration?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, that PR is entirely excluded. The cadywn migration if from #53655
|
I think we shouldn't merge this with squash and merge? Probably use command line ff |
Yes, exactly that @ephraimbuddy |
|
5d3f4e5 has pulled in more in the tests than just the commit it is from |
|
Ditto 977a190 -- can we merge that in to whatever other commit introduces the change. Since we are doing manual cherry picks we ideally need each commit on this PR to be "standalone" as our usual squashing won't apply here. |
Some defaults weren't being taken from configuration -- this is now fixed. (cherry picked from commit 04d2d3b)
(cherry picked from commit d4d4cce)
(cherry picked from commit df5c949)
(cherry picked from commit bf5fd5f)
…or (apache#53532) Co-authored-by: Wei Lee <weilee.rx@gmail.com> Co-authored-by: Evgenii Prusov <evgenii.prusov@daiichisankyo.com> (cherry picked from commit 6b618ef)
d96d769 to
64943fa
Compare
…s not specified (apache#53809) (cherry picked from commit 2a2d3e1)
(cherry picked from commit 3df18a0)
64943fa to
34b2f13
Compare
|
Approved but converted to draft to avoid "accidental merge". Reminder, we will fast-forward the v3-0-test branch to preserve commits and not squash all commits in this PR into a single commit |
Two step process
Part 1
Marked for 3.0.4 but didn't make it and not moved to 3.0.5 (
python ./dev/airflow-github compare 3.0.4 --previous-version 3.0.3 --show-commits)Merged PRs (with CHERRY = No - not yet cherry-picked) between 3.0.3 and 3.0.4
PRs with conflicts conflicts:
Use asyncio.run instead of loop.run_until_complete. #53475 - this is marked as 3.0.4, but its a provider only changeTODO: Part 2: Marked for 3.0.4, didnt make it, milestone is 3.0.5 (
python ./dev/airflow-github compare 3.0.5 --previous-version 3.0.4 --show-commits)Merged PRs (with CHERRY = No - not yet cherry-picked):
EmptyOperatordocs for version 2.7+ #52643 - af11488 (already done by [v3-0-test] Fix redirects (#54238) #54251)get_previous_dagrunfunctionality for task context - 35d23c3^ 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.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.