The GitHub Actions job "Tests" on airflow.git/fix/issue-61741 has failed.
Run started by GitHub user YoannAbriel (triggered by YoannAbriel).

Head commit for run:
94227ba7382a436e26e52e851a329a9e965eced6 / Yoann Abriel <[email protected]>
fix(providers/standard): improve error message for non-serializable op_kwargs 
in PythonVirtualenvOperator

When render_template_as_native_obj=True, templates like {{ ti }} resolve to
live Airflow objects that can't be pickled. The resulting PicklingError from
structlog internals is confusing and doesn't point to the root cause.

Catch serialization failures in _write_args, identify which specific kwargs
failed, and raise a clear AirflowException naming the bad keys and suggesting
to use string attributes instead.

Closes: #61741

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

With regards,
GitHub Actions via GitBox


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

Reply via email to