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

   ## Description
   
   According to #66373:
   
   > In Airflow 2, listeners received a TaskInstance with queued_dttm 
available. In Airflow 3, this field is absent from RuntimeTaskInstance, with no 
client-side alternative to derive it.
   
   This PR restored `queued_dttm` as part of the `TIRunContext` model. This PR 
includes the logic to restore this field, unit tests for the changes, as well 
as 
   
   closes: #66373 
   
   ## Testing 
   
   These changes were tested via unit tests. To run these unit tests, use the 
commands below:
   
   ```bash
   breeze testing core-tests ...
   
   breeze testing core-tests 
airflow-core/tests/unit/api_fastapi/execution_api/versions/v2026_06_30/test_task_instances.py
   ```
   
   ##### Was generative AI tooling used to co-author this PR?
   
   
   - [X] Yes (please specify the tool below)
   
   Generated-by: Claude Sonnet 4.6 following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions).
 Claude was used to ensure appropriate unit tests were authored and ensure that 
the migration script was updated correctly.
   
   


-- 
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