Dev-iL commented on code in PR #70128: URL: https://github.com/apache/airflow/pull/70128#discussion_r3659274249
########## airflow-core/src/airflow/assets/manager.py: ########## @@ -65,6 +65,18 @@ log = structlog.get_logger(__name__) +def _sorted_by_dag_id(dags: Collection[DagModel]) -> list[DagModel]: Review Comment: > Simply set[DagModel] should be fine I have no strong opinion on the matter, as long as it's no longer a `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]
