mohitisrani commented on issue #10713:
URL: https://github.com/apache/airflow/issues/10713#issuecomment-731784188


   running below should solve the above issue for now 
   
   `RUN sed -i 's/import copy/import copy,sqlalchemy/g' 
/usr/local/lib/python3.7/site-packages/airflow/models/dag.py \
       && sed -i 's/DagModel.is_paused.is_(True)/DagModel.is_paused == 
sqlalchemy.sql.expression.true()/g' 
/usr/local/lib/python3.7/site-packages/airflow/models/dag.py
   `


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to