-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Sync v2-10-stable with v2-10-test(sync_v2-10-5-test) to release 2.10.5 #46178
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
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
Since we are switching to Sphinx7, we need to build docs using Python 3.9. We need to make sure that Python 3.9 is default image.
* Upgrade sphinx and related dependencies (#45563) * Upgrade sphinx and related dependencies * TEST COMMIT - DO NOT MERGE: modify airflow-site layout.html via Dockerfile.ci * fixup! TEST COMMIT - DO NOT MERGE: modify airflow-site layout.html via Dockerfile.ci * fixup! fixup! TEST COMMIT - DO NOT MERGE: modify airflow-site layout.html via Dockerfile.ci * Apply changes to css * Revert changes to Dockerfile.ci * Pull new Theme * Further CSS Patches to get closer * Remove duplicates --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com> Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> Co-authored-by: Epstein, Shahar <shahar.epstein@ncrvoyix.com> (cherry picked from commit a51ebe4) * fixup! Upgrade sphinx and related dependencies (#45563) --------- Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
* fix: log action get the correct request body (#45546) (cherry picked from commit bae4bb1) * Fix log_action decorator when content type is None (#45567) (cherry picked from commit 46304d8) --------- Co-authored-by: luoyuliuyin <luoyuliuyin@gmail.com> Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
…rse time (#45690) (#45826) The DAG serialization tests load all of the example and system test DAGs, and there were two places that these tests opened connections at parse time resulting in loads of extra of test time. - The SystemTestContextBuilder was trying to fetch things from SSM. This was addressed by adding a functools.cache on the function - The Bedrock example dag was setting/caching the underlying conn object globally. This was addressed by making the Airflow connection a global, rather than the Bedrock conn. This fix is not _great_, but it does massively help Before: > 111 passed, 1 warning in 439.37s (0:07:19) After: > 111 passed, 1 warning in 71.76s (0:01:11) (cherry picked from commit 102e853) Co-authored-by: Ash Berlin-Taylor <ash@apache.org>
…46000) * [v2-10-test] Fix FileTaskHandler only read from default executor * Fix test_dag_executors side effect
(cherry picked from commit 7cc4202)
Contributor
Author
Sure, I'll it. |
Member
|
I just merged it. Backport PR is here #46243 |
) (#46280) * Update base.py * Update base.py * Update base.py * Update baseoperator.py * Update base.py * Update base.py * Update baseoperator.py * Update baseoperator.py * Fixed thread local _sentinel.callers defect and added test cases * Fixed issue * Fixed issue * Fixed issue * Fixed issue * Fixed issue * Fixed issue * Fixed issue --------- Co-authored-by: Rahul Goyal <rahgoyal3@publicisgroupe.net> (cherry picked from commit a77fca2) Co-authored-by: rahulgoyal2987 <rahulgoyal338@gmail.com>
1e8054b to
b13248a
Compare
Contributor
Author
I have included this PR. |
b13248a to
8a4d049
Compare
* Fix the extra links for mapped tasks * Fix tests for extra links for mapped tasks
utkarsharma2
commented
Feb 3, 2025
4c41ead to
db65d6a
Compare
Contributor
|
I think #46337 is missing |
ephraimbuddy
approved these changes
Feb 3, 2025
db65d6a to
b93c3db
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:dev-tools
legacy api
Whether legacy API changes should be allowed in PR
legacy ui
Whether legacy UI change should be allowed in PR
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.
Time for 2.10.5rc1!