You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "JonnyWaffles (via GitHub)" <gi...@apache.org> on 2023/03/10 20:52:43 UTC

[GitHub] [airflow] JonnyWaffles commented on issue #30029: Dynamically Mapped Task Dag.test causes _Py_CheckRecursiveCall when run as Task

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

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