v4xsh commented on issue #61381: URL: https://github.com/apache/airflow/issues/61381#issuecomment-3907509526
Hi @gyli, I’ve opened a PR to address this issue: **Allow null `start_date` in DagRun Pydantic model to fix rerun regression (#61981)** The fix updates the `DagRun` Pydantic model to allow `start_date=None`, which aligns it with the database/ORM behavior for cleared and queued runs. I’ve also added unit tests to cover both: * Direct `DagRun` validation with `start_date=None` * `DagRunContext` construction used by the scheduler Please let me know if any adjustments are needed. Thanks! -- 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]
