vaci commented on issue #19578: URL: https://github.com/apache/airflow/issues/19578#issuecomment-974654209
I see a similar issue when attempting to run a task using a custom Timetable, as it is then not possible to render templates in an operator. The problem is caused by this code, which specifically checks for certain sub-classes of Timetable: https://github.com/apache/airflow/blob/2.2.1/airflow/models/dag.py#L652 -- 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]
