Airflow 3.1.0 TriggerDagRunOperator fails with fail_when_dag_is_paused=True #56615
-
|
Hello everyone, I am currently in the process of migrating from Airflow 2.x to 3.1.0. We have a bunch of DAGs we combined into an overarching DAG in order to also run them separately. To achieve this I've used the TriggerDagRunOperator, before the flag I get the same issue with Airflow 3.1.0 using the parameter I assume it happens do to https://airflow.apache.org/docs/apache-airflow/stable/installation/upgrading_to_airflow3.html#database-access-restrictions . But, am I doing something wrong or missing a point? DAG which shall be triggered: DAG which is triggering the other DAG: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
hm thats a bug its not suppose to access this https://github.com/apache/airflow/blob/main/providers/standard/src/airflow/providers/standard/operators/trigger_dagrun.py#L233 in AF3. |
Beta Was this translation helpful? Give feedback.
-
|
This is bug am converting this to issue. |
Beta Was this translation helpful? Give feedback.
This is bug am converting this to issue.