mik-laj commented on issue #17079: URL: https://github.com/apache/airflow/issues/17079#issuecomment-882940772
Cycles are checked by `DagBag`. https://github.com/apache/airflow/blob/3234527284ce01db67ba22c544f71ddaf28fa27e/airflow/models/dagbag.py#L429 In this case of `dag.cli()`, we don't use `DagBag`, so the cycles are not checked.. I think it makes sense to check this in the `dag.cli()` method. +1 -- 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]
