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

Head commit for run:
d99db91c0f54e6312eda294cfe2292a67d438607 / Jarek Potiuk <[email protected]>
Fix Python-based decorators templating

Templating of Python-based decorators has been broken since
implementation. The decorators used template_fields definition
as defined originally in PythonOperator rather than the ones from
virtualenv because template fields were redefined in
_PythonDecoratedOperator class and they took precedence (MRU).

This PR add explicit copying of template_fields from the operators
that they are decorating.

Fixes: #36102

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

With regards,
GitHub Actions via GitBox


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

Reply via email to