Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Dec 8, 2025

(cherry picked from commit 92d2f87)

Co-authored-by: Yeonguk Choo choo121600@gmail.com

github-actions bot and others added 29 commits December 8, 2025 09:09
…#59132)

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

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
…unordered dicts (#59091) (#59175)

Dags using operators with dictionary values in template_fields (such as
env_vars) were getting different hashes on each parse, even when the
actual dictionary content was unchanged. This happened because
serialize_template_field converts dictionaries to string
using str(), which preserves insertion order. When dictionary ordering
varies between parses (e.g., when env_vars comes from os.environ.copy()),
the string representation differs, causing inconsistent hashing.

Prevents unnecessary Dag updates and reprocessing when only dictionary
ordering differs in template fields.
(cherry picked from commit d46a9d1)

Co-authored-by: Ephraim Anierobi <splendidzigy24@gmail.com>
Moving artifacts from the dist folder to svn was not working for both
airflow and task sdk
(cherry picked from commit 501f724)

Co-authored-by: Ephraim Anierobi <splendidzigy24@gmail.com>
…#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>
…59022)

(cherry picked from commit 729571b)

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

(cherry picked from commit 08813da)

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

Co-authored-by: Kevin Yang <85313829+sjyangkevin@users.noreply.github.com>
(cherry picked from commit ab8820e)

Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
…) (#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 (#59048) (#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>
) (#59067)

Breaks for 3.14
(cherry picked from commit fe26bfe)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
* 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 (#59159) (#59163)

(cherry picked from commit bc7ce10)

Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
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)
(cherry picked from commit 8879eb8)

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
…F3 (#58071) (#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>
(cherry picked from commit 97cf3c7)

Co-authored-by: Henry Chen <108824346+henry3260@users.noreply.github.com>
* Drop Airflow 2 Support in Edge Provider

* Fix pytests

* Add note about support in changelog
(cherry picked from commit fffab39)
…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 (#59069) (#59170)

(cherry picked from commit 5c41f2e)

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

Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Dec 8, 2025
@ephraimbuddy ephraimbuddy force-pushed the v3-1-test branch 4 times, most recently from 9482b24 to 6d92f72 Compare December 11, 2025 08:28
@potiuk potiuk closed this Dec 11, 2025
@potiuk potiuk deleted the backport-92d2f87-v3-1-test branch December 11, 2025 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants