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

Head commit for run:
1c15d0260960f4f96b1223c8e4d7410c63dc847d / 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 also applies to
taskflow operators that build on PythonOperator.

This change requires all mapped operators on PythonOperator 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/2445582620

With regards,
GitHub Actions via GitBox


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

Reply via email to