-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Sync v2-9-stable with v2-9-test to release 2.9.1 #39309
Merged
Merged
Conversation
This file contains 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 9a5974a)
(cherry picked from commit b094da4)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.3...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit ff33a05)
* Use async db calls in WorkflowTrigger * address PR comments * deprecate TaskStateTrigger with proper category (cherry picked from commit e6eec0c)
The top-level site uses 'use case' but the documentation uses 'use-case'. The former seems to be the more popular spelling. (cherry picked from commit 4cd15f8)
* Remove decorator from rendering fields example * fix (cherry picked from commit 285f037)
(cherry picked from commit 76477b0)
One isn't a core change and one was reverted. (cherry picked from commit 6027aa5)
(cherry picked from commit 43522a7)
(cherry picked from commit 90aa4bb)
* Remove problems by double-linkification from coloring * Fix problem that links in legacy log view can not be clicked (cherry picked from commit 87acf61)
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com> (cherry picked from commit e16dc0f)
(cherry picked from commit cd88ddb)
* Fix dag run link params * Do run_id checks inside of the grid_data hook * remove firstRunId context (cherry picked from commit f87772f)
(cherry picked from commit 5f6f4a5)
We should just bail if something else is already "minischeduling". We already catch OperationalError so there's nothing else we need to change for this. Sometimes (e.g. with certain task mapping scenarios) many tasks from same dag run are trying to "minischedule" at the same time. If something else is already locking, it's probably better to just move on and not wait. (cherry picked from commit afe8e82)
Now that we are using nowait, it will be more common that the minicheduler skips. Leaving it at info level will cause unnecessary alarm to users. (cherry picked from commit d03ba59)
(cherry picked from commit c2f96ff)
(cherry picked from commit bfd3477)
(cherry picked from commit 260d3fd)
* Fix doc redirects * Fix other redirects + add explanations about "../" (cherry picked from commit 40bddb3)
* update docstring for DagBag class * break long line * fix space Signed-off-by: kalyanr <kalyan.ben10@live.com> --------- Signed-off-by: kalyanr <kalyan.ben10@live.com> (cherry picked from commit b002741)
jedcunningham
approved these changes
Apr 29, 2024
(cherry picked from commit a4ee430)
kahlstrm
suggested changes
Apr 29, 2024
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.
small typo
dirrao
approved these changes
Apr 30, 2024
Co-authored-by: Kalle Ahlström <71292737+kahlstrm@users.noreply.github.com>
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:CLI
area:core-operators
Operators, Sensors and hooks within Core Airflow
area:db-migrations
PRs with DB migration
area:dev-tools
area:providers
area:Triggerer
provider:amazon
AWS/Amazon - related issues
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.9.1rc1
!