JonnyWaffles commented on issue #30029:
URL: https://github.com/apache/airflow/issues/30029#issuecomment-1464457619
I was wrong, non-dynamic dags also break. You can try the same
```python
def test_nondynamic_dag():
from airflow.example_dags.tutorial_dag import dag
dag.test()
```
Also triggers the infinite logging.
--
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]