-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Sync v3-0-stable
with 3.0.3rc5
changes
#53106
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 64d87e5) Co-authored-by: Pierre Jeambrun <[email protected]>
…apache#52988) (apache#53007) (cherry picked from commit a30bd70) Co-authored-by: Jun Jeong <[email protected]>
…3005) * fix rollback from airflow3 * use fab for test * amend * fix test * revert condition fix and add shortcut if revisions are same * updating revision to 2.10.3 in condition * remove fab from tests (cherry picked from commit d458554) Co-authored-by: Rahul Vats <[email protected]>
…apache#52297) (apache#53011) * docs: Update public interface documentation for Airflow 3.0+ for metadata direct access change * docs: replace direct metadata model imports in how-to examples with airflow.sdk * Make Public interface for Airflow 3 and add link for Airflow 2.11 * Fix PR comments * Update airflow-core/docs/public-airflow-interface.rst * Fix PR comments * Remove duplicates and remove RuntimeTaskInstanceProtocol as it is not public * Fix PR comments --------- (cherry picked from commit e8767b6) Co-authored-by: Ankit Chaurasia <[email protected]> Co-authored-by: Amogh Desai <[email protected]>
* [v3-0-test] Fix log for skipped taks (apache#53024) (cherry picked from commit 0d6e417) Co-authored-by: Pierre Jeambrun <[email protected]> * Fix CI --------- Co-authored-by: Pierre Jeambrun <[email protected]>
…pache#53081) (apache#53086) (cherry picked from commit 3eaf4e9) Co-authored-by: Pierre Jeambrun <[email protected]>
apache#53092) * [v3-0-test] Fix no_status and duration for grid summaries apache#53087 * Fix CI
…ng taskrunner startup (apache#50376) (cherry picked from commit 330789e)
…e#53101) (cherry picked from commit b052f84) Co-authored-by: Pierre Jeambrun <[email protected]>
…all` (apache#53020) (apache#53102) (cherry picked from commit bdc9cd1) Co-authored-by: Amogh Desai <[email protected]>
3.0.3rc5
changesv3-0-stable
with 3.0.3rc5
changes
jedcunningham
approved these changes
Jul 9, 2025
ashb
approved these changes
Jul 9, 2025
The most rc 1 .... 5 ever :) |
potiuk
approved these changes
Jul 9, 2025
:) rc6 (if happens) will be likely the biggest number of rcs :D per version. |
Hopefully not 🤞 |
eladkal
approved these changes
Jul 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:API
Airflow's REST/HTTP API
area:logging
area:task-sdk
area:UI
Related to UI/UX. For Frontend Developers.
kind:documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes since 3.0.3rc4:
log_url
on RuntimeTaskInstance in task sdk #50376get_all
when we callXCom.get_all
(#53020) #53102^ 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 airflow-core/newsfragments.