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

Head commit for run:
b5806541e7e16b2028a779a326aad382fb7b5948 / Tzu-ping Chung <[email protected]>
Remove special serde logic for mapped op_kwargs

This was done in PythonOperator to simplify the serialization format.
But it turns out parsing out a correct format is too much work and too
easy to get wrong, so let's not do that.

Note that this does not affect decorated taskflow operators (which use
mapped_op_kwargs instead), only plain classic PythonOperator subclasses.

This change requires all mapped operators on classic PythonOperators
subclasses to be re-serialized. But this is likely a reasonable tradeoff
over carrying complex compatibility code forever.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to