pierrejeambrun commented on code in PR #46390: URL: https://github.com/apache/airflow/pull/46390#discussion_r1946901639
########## airflow/api_fastapi/core_api/datamodels/dag_run.py: ########## @@ -96,18 +96,16 @@ def check_data_intervals(cls, values): ) return values + ## when logical date is null, the run id should be generated from run_after + random string. Review Comment: Do we need to do this part now or wait for #46398 ? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org