In Airflow how to avoid a DAG to run a child DAG which is disabled in the Airflow UI?
I was told to disable the dbt DAG in Airflow, which I did, but the dbt DAG in my case is called by a parent “main” DAG, which calls an “extract” DAG before calling the dbt one.
I disabled the dbt dag in the Airflow UI, but the main DAG hangs with this message: