Lee-W commented on code in PR #40084: URL: https://github.com/apache/airflow/pull/40084#discussion_r1689212746
########## airflow/models/taskinstance.py: ########## @@ -94,7 +94,6 @@ from airflow.models.dagbag import DagBag from airflow.models.dataset import DatasetAliasModel, DatasetModel from airflow.models.log import Log -from airflow.models.mappedoperator import MappedOperator Review Comment: Do you know what caused the partial import error? Would it be possible for us to extract that as a separate module? if not, I'm also good with the current implementation -- 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]
