stephen-bracken commented on issue #68075: URL: https://github.com/apache/airflow/issues/68075#issuecomment-4717686027
Hi @uranusjr , I have switched to using `ti.start_date`, which works. When the templating fails you end up with either a scheduler crash on exception or the worker thread running the task fails un-gracefully (in celery) resulting in a 'task state changed externally' error message, i.e. the templating error is not handled on the scheduler or workers and there is no fallback mechanism. -- 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]
