ashb commented on issue #19917: URL: https://github.com/apache/airflow/issues/19917#issuecomment-999048869
I think the logic should be: For start date. - Treat null task start date as dag start date - dag start date is min of all start dates For end date - treat null task end date as no end date - when calculating dag end date (when it isn't given explicitly at the dag level), if any tasks have null end date then the dag has no end date. -- 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]
