romsharon98 commented on issue #40828: URL: https://github.com/apache/airflow/issues/40828#issuecomment-2233456750
I encountered the same error but in parsing time as @ashb mentioned (if you look at the UI you should see an import error with the same error you wrote). According to this [PR](https://github.com/apache/airflow/pull/35356) you need to specify `start_date` unless you set `schedule=None`. If you don't have a `start_date`, setting `schedule=None` should resolve the issue. -- 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]
