turbaszek commented on pull request #10153: URL: https://github.com/apache/airflow/pull/10153#issuecomment-690924584
> > Great work @yuqian90 👏 > > Thanks @turbaszek . > > I looked into the most recent check failures after I rebased upstream, I don't think they are related to my change. I'll see if others report the same issue and wait for a fix upstream. > > ``` > airflow/models/dagrun.py:72: error: unused 'type: ignore' comment > primaryjoin=and_(TI.dag_id == dag_id, TI.execution_date == exe... > ``` Indeed it seems to be unrelated. @mik-laj any ideas? Btw. there's also more severe problem: ``` tests/utils/perf/dags/perf_dag_2.py:1:0: R0401: Cyclic import (airflow.models.baseoperator -> airflow.models.xcom_arg -> airflow.utils.task_group) (cyclic-import) ``` ---------------------------------------------------------------- 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]
