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

Sync v2-9-stable with v2-9-test to release 2.9.1 #39309

Merged
merged 65 commits into from
Apr 30, 2024
Merged

Conversation

ephraimbuddy
Copy link
Contributor

Time for 2.9.1rc1!

sunank200 and others added 30 commits April 26, 2024 14:16
…gnore-first-depends-on-past` provided (#38676)

(cherry picked from commit e58cd4b)
… methods (#37757)

* Use `methodtools.lru_cache` instead of `functools.lru_cache` in class methods

* Rename pre-commit script

(cherry picked from commit c65b083)
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)
One isn't a core change and one was reverted.

(cherry picked from commit 6027aa5)
(cherry picked from commit 43522a7)
* 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)
* Fix dag run link params

* Do run_id checks inside of the grid_data hook

* remove firstRunId context

(cherry picked from commit f87772f)
…graph (#38969)

Co-authored-by: idantepper@gmail.com <idantepper@github.com>
(cherry picked from commit 8fad98d)
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)
…ed tasks as long as it was defined before the point of failure (#38902)

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
(cherry picked from commit 456ec48)
* 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)
@boring-cyborg boring-cyborg bot added 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 labels Apr 29, 2024
hussein-awala and others added 3 commits April 29, 2024 15:44
Copy link
Contributor

@kahlstrm kahlstrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small typo

Co-authored-by: Kalle Ahlström <71292737+kahlstrm@users.noreply.github.com>
@ephraimbuddy ephraimbuddy merged commit 5356cb9 into v2-9-stable Apr 30, 2024
112 checks passed
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.