The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
8b922255bf09857ffff74f246f3432c41777e1a0 / Kaxil Naik <[email protected]>
AIP-72: Add Taskflow API support & template rendering in Task SDK

closes https://github.com/apache/airflow/issues/45232

The Templater class has been moved to the Task SDK to align with the 
language-specific aspects of template rendering. Templating logic is inherently 
tied to Python constructs. By keeping the Templater class within the Task SDK, 
we ensure that the core templating logic remains coupled with language-specific 
implementations.

Options I had were keeping it on the Schdeuler or the Execution side of Task 
SDK, neither of which is ideal as we would want to change the code in 
definition like DAG, Operator alongwith how it renders.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to