You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/20 13:59:33 UTC

[GitHub] [airflow] vaci commented on issue #19578: Custom timetable causes crash using airflow test

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org