Skip to content

[v3-3-test] Add has_note key to the API response for TI to render saved note indicator in Airflow 3 Grid View UI (#68979) - #70829

Merged
vatsrahul1001 merged 1 commit into
v3-3-testfrom
backport-68979-v3-3-test
Jul 31, 2026
Merged

[v3-3-test] Add has_note key to the API response for TI to render saved note indicator in Airflow 3 Grid View UI (#68979)#70829
vatsrahul1001 merged 1 commit into
v3-3-testfrom
backport-68979-v3-3-test

Conversation

@vatsrahul1001

Copy link
Copy Markdown
Contributor

Backport of #68979 to v3-3-test.

One conflict in GridTI.tsx: the GridTI destructure differed (v3-3-test is single-line and is followed by useParams(), whereas main's follows with a useHover() line that isn't on this branch). Resolved by adopting the multi-line destructure with hasNote = false and keeping v3-3-test's existing useParams() line — the useHover line was dropped as it belongs to a separate main-only feature. All other hunks applied cleanly.

Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.8)

Generated-by: Claude Code (Opus 4.8) following the guidelines — cherry-pick backport with one manual conflict resolution (documented above).

…dicator in Airflow 3 Grid View UI (#68979)

* Added has_note key

* Added tests for has_note

* Modified GridTi.tsx to render saved note indicator

* format

* added has_note to schemas.gen.ts

---------

Co-authored-by: Jayachandra Kasarla <jayachandra.kasarla@MacBook-Pro.local>
(cherry picked from commit 0619574)
@vatsrahul1001
vatsrahul1001 requested a review from bbovenzi as a code owner July 31, 2026 12:23
@vatsrahul1001 vatsrahul1001 added this to the Airflow 3.3.1 milestone Jul 31, 2026
@vatsrahul1001 vatsrahul1001 added the type:improvement Changelog: Improvements label Jul 31, 2026
@boring-cyborg boring-cyborg Bot added area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. labels Jul 31, 2026
@vatsrahul1001
vatsrahul1001 merged commit 8a6dd89 into v3-3-test Jul 31, 2026
167 of 168 checks passed
@vatsrahul1001
vatsrahul1001 deleted the backport-68979-v3-3-test branch July 31, 2026 14:04
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:UI Related to UI/UX. For Frontend Developers. type:improvement Changelog: Improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants