tirkarthi commented on issue #46487: URL: https://github.com/apache/airflow/issues/46487#issuecomment-2652796837
Following don't have `None` for `logical_date` and might also need to be updated. ``` rg -i 'logical_date:.*datetime' airflow/api_fastapi/core_api/datamodels | rg -v None airflow/api_fastapi/core_api/datamodels/xcom.py: logical_date: datetime airflow/api_fastapi/core_api/datamodels/task_instances.py: logical_date: datetime airflow/api_fastapi/core_api/datamodels/backfills.py: logical_date: datetime ``` -- 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]
