The GitHub Actions job "Tests" on 
airflow.git/fix-46402-trigger-dagrun-dynamic-dag-id-links has failed.
Run started by GitHub user hwang-cadent (triggered by hwang-cadent).

Head commit for run:
b19b2afb86ee710f05a09b4b629657226219c018 / hwang-cadent <[email protected]>
Fix deserialization of logical_date when it's NOTSET

When logical_date is NOTSET, it gets serialized as ARG_NOT_SET. During
deserialization, _deserialize_field_value was trying to deserialize it
as a datetime because the field name ends with '_date', causing
TypeError: ArgNotSet() takes no arguments.

This fix checks if the value is ARG_NOT_SET before trying to deserialize
it as a datetime, and returns NOTSET directly if it is.

Also fixes ruff formatting issues in test_trigger_dagrun.py.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to