The GitHub Actions job "Tests (AMD)" on 
airflow.git/remove-tiruncontext-variables has failed.
Run started by GitHub user KushagraB424 (triggered by KushagraB424).

Head commit for run:
17e701d6894eca54cf62994ab447074224fae50e / Kushagra Gupta 
<[email protected]>
Remove variables and connections from TIRunContext

The TIRunContext returned by the Execution API's ti_run endpoint contained 
variables and connections fields with empty lists and a TODO to populate them. 
However, Airflow 3's Task SDK lazy-fetches variables and connections 
dynamically at runtime via the VariableAccessor and ConnectionAccessor. 
Therefore, pre-populating them is redundant, insecure (as it risks sending 
unneeded secrets), and impossible to perfectly predict statically.

These unused fields are removed from the API response and the generated Task 
SDK models to clean up the payload.

Closes #69921

Report URL: https://github.com/apache/airflow/actions/runs/29421928258

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to