Skip to content

Conversation

@Lee-W
Copy link
Member

@Lee-W Lee-W commented Jan 27, 2026


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

github-actions bot and others added 30 commits December 12, 2025 23:48
…59130) (apache#59132)

This is follow up after apache#59108 as latest boto tests might upgrade
urllib3.
(cherry picked from commit 40ee29c)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
…58359) (apache#59013)

* refactor: replace hovertooltip with basictooltip

* feat: implement basic tooltip for grid TI

* feat: implement basic tooltip for grid run

* fix: use get duration util

* refactor: simplify BasicTooltip and add auto-flip for viewport overflow

* fix(i18n): add translation for tooltip states

* refactor: improve BasicTooltip positioning and remove duration

* fix: use Chakra semantic tokens

* refactor: use dynamic height for BasicTooltip positioning
(cherry picked from commit 4970ea2)

Co-authored-by: LI,JHE-CHEN <103923510+RoyLee1224@users.noreply.github.com>
) (apache#59022)

(cherry picked from commit 729571b)

Co-authored-by: Jeongwoo Do <48639483+wjddn279@users.noreply.github.com>
…pache#58979) (apache#58996)

(cherry picked from commit 08813da)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
…caching get_template_context (apache#59023) (apache#59036)

Co-authored-by: Kevin Yang <85313829+sjyangkevin@users.noreply.github.com>
…#59007)

(cherry picked from commit ab8820e)

Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
…he#58749) (apache#59045)

* Change task log source display to hidden by default

  Update the default behavior for task log source display from shown
  to hidden, providing a cleaner initial view of logs. Users can still
  toggle source visibility using the settings menu

* Fix tests
(cherry picked from commit d024a46)

Co-authored-by: Dheeraj Turaga <dheerajturaga@gmail.com>
…NG block to (apache#59048) (apache#59056)

Runtime imports to fix NameError when FastAPI evaluates type annotations
at runtime.
(cherry picked from commit d3bc5b9)

Co-authored-by: Ankit Chaurasia <8670962+sunank200@users.noreply.github.com>
…che#59047) (apache#59067)

Breaks for 3.14
(cherry picked from commit fe26bfe)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
…che#59157)

* Breeze exit on incompatible arguments

* Apply suggestion from @choo121600



* Nit fix

---------
(cherry picked from commit 236dab6)

Co-authored-by: Kunal Bhattacharya <kunal.bhattacharya@pepsico.com>
Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
…checks (apache#59159) (apache#59163)

(cherry picked from commit bc7ce10)

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
…ache#59165)

There were few small issues with the airflow/task-sdk release-checks:

* one cd was missing in the process
* task-sdk folder was not pointing to the right sub-folder.
* Dockerfile.pmc should use constraints and for task-sdk they
  should install also apache-airflow and apache-airflow-core
  as those are not dependencies of task-sdk and pip failed
  to find them without --pre flag.
(cherry picked from commit ad6961d)
…ache#59172)

(cherry picked from commit 8879eb8)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
…F3 (apache#58071) (apache#59176)

* Rendered Templates not showing dictionary items in AF3

* add a unit test

* fix test error
(cherry picked from commit 4408d68)

Co-authored-by: GUAN-HAO HUANG <101171023+rich7420@users.noreply.github.com>
…ache#59137)

(cherry picked from commit 97cf3c7)

Co-authored-by: Henry Chen <108824346+henry3260@users.noreply.github.com>
…pache#59179)

* Drop Airflow 2 Support in Edge Provider

* Fix pytests

* Add note about support in changelog
(cherry picked from commit fffab39)
…9066) (apache#59177)

Clearing a dag run sets the state to QUEUED so the scheduler will pick it up, but it did not reset the queued_at timestamp.
(cherry picked from commit 2b38b19)

Co-authored-by: D. Ferruzzi <ferruzzi@amazon.com>
…n the DAG directory (apache#59069) (apache#59170)

(cherry picked from commit 5c41f2e)

Co-authored-by: Jeff Stafford <jeff.stafford@protonmail.com>
(cherry picked from commit 38db2de)

Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
…he#59212)

After discussion in urllib3/urllib3#3731
maintainers of urllib3 decided to restore the removed getheaders()
method for now. We should change < to !=.

(cherry picked from commit dd31202)
…che#59219)

(cherry picked from commit 4429794)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
…pache#58937) (apache#59223)

When Breeze tests are run with xdist, the in-place replacement
of version suffix might lead to side effects if several tests are
trying to read and write the files at the same time.

This PR uses temporary per-test created versions of those files
during tests.
(cherry picked from commit 0bf6f82)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
…) (apache#59233)

* feat: added --create-all-roles flag to breeze. creates test users with each role by default for SimpleAuthManager

* update command config

* ci: ran prek --all-files

* remove dev modecreate roles error

* remove --dev-mode requirement for breeze start-airflow --create-all-roles

* docs: remove documentation
(cherry picked from commit e615354)

Co-authored-by: Aaron Wolmutt <163314771+aaron-wolmutt@users.noreply.github.com>
@boring-cyborg boring-cyborg bot added the area:API Airflow's REST/HTTP API label Jan 27, 2026
@Lee-W Lee-W requested a review from pierrejeambrun as a code owner January 27, 2026 02:37
@boring-cyborg boring-cyborg bot added area:dev-tools area:Executors-core LocalExecutor & SequentialExecutor labels Jan 27, 2026
@Lee-W Lee-W requested a review from bbovenzi as a code owner January 27, 2026 02:37
@boring-cyborg boring-cyborg bot added area:production-image Production image improvements and fixes area:task-sdk backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch labels Jan 27, 2026
@Lee-W Lee-W requested a review from jedcunningham as a code owner January 27, 2026 02:37
@Lee-W Lee-W closed this Jan 27, 2026
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:dev-tools area:Executors-core LocalExecutor & SequentialExecutor area:production-image Production image improvements and fixes area:task-sdk backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch kind:documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.