YoannAbriel commented on PR #63259:
URL: https://github.com/apache/airflow/pull/63259#issuecomment-4045453912
The column is `nullable=False, default={}` now, but `_create_backfill`
signatures accept `dict | None` — if `None` gets passed before the ORM default
kicks in, serialization blows up. Aligning the response model to handle that
edge case.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]