ashb commented on code in PR #44898:
URL: https://github.com/apache/airflow/pull/44898#discussion_r1883755968
##########
airflow/dag_processing/processor.py:
##########
@@ -417,113 +419,8 @@ def __init__(self, dag_directory: str, log:
logging.Logger):
super().__init__()
self._log = log
self._dag_directory = dag_directory
- self.dag_warnings: set[tuple[str, str]] = set()
self._last_num_of_db_queries = 0
- @staticmethod
- @provide_session
- def update_import_errors(
Review Comment:
Moved into collection
--
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]