Lee-W commented on PR #31712: URL: https://github.com/apache/airflow/pull/31712#issuecomment-1588542391
@uranusjr After I move the class `BaseDeferrableOperator` into `baseoperator.py`, I keep encountering errors in `tests/models/test_cleartasks.py`, `tests/models/test_dag.py`, `tests/models/test_dagbag.py`, `tests/models/test_dagcode.py`, and `tests/models/test_dagrun.py`. The error message is `airflow.exceptions.AirflowException: Relationships can only be set between Operators; received EmptyOperator` (or other kinds of the operator). I tried to reproduce it locally, but it seems to work fine on my local machine. I also checked other PRs. It seems this error only happens in this PR. Do you know what might be the cause of this error? Or did I miss anything in `baseoperator.py`? Thanks! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
