ron819 edited a comment on issue #4142: [AIRFLOW-3303] Deprecate old UI in favor of FAB URL: https://github.com/apache/incubator-airflow/pull/4142#issuecomment-437910376 If I read this right dag_id = 'SchedulerJobTest.test_execute_task_instances_limit' https://github.com/apache/incubator-airflow/blob/5ea0d97b494674a52c0e91e6a04d201cbecd8f86/tests/test_jobs.py#L1907 dag_id = 'SchedulerJobTest.test_execute_task_instances' https://github.com/apache/incubator-airflow/blob/5ea0d97b494674a52c0e91e6a04d201cbecd8f86/tests/test_jobs.py#L1349 should be changed to: dag_id = 'test_execute_task_instances_limit' dag_id = 'test_execute_task_instances'
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
