vatsrahul1001 opened a new pull request, #70834:
URL: https://github.com/apache/airflow/pull/70834

   Backport of #69121 to `v3-3-test` (follows #70829 / #68979, which added the 
companion `has_note` plumbing).
   
   One conflict in `grid.py`: on `v3-3-test` the Grid-runs query executes with 
`.all()`, whereas #69121's context expected `.unique().all()` (the `.unique()` 
comes from an unrelated main-only commit that isn't being backported). Resolved 
by keeping v3-3-test's `.all()` and adopting #69121's 3-tuple unpacking (`[run 
for run, _, _ in results]`) — the query now selects `has_note` as a third 
column, so all unpack sites use the 3-tuple consistently. All other hunks 
applied cleanly.
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Opus 4.8)
   
   Generated-by: Claude Code (Opus 4.8) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
 — cherry-pick backport with one manual conflict resolution (documented above).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to