kenny813x201 commented on issue #10790:
URL: https://github.com/apache/airflow/issues/10790#issuecomment-1069820469


   We also got the same error message. In our case, it turns out that we are 
using the same name for different dags.
   Changing different dags from `as dag` to like `as dags1` and `as dags2` 
solve the issue for us.
   ```
   with DAG(
       "dag_name",
   ) as dag:
   ```


-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to