dstandish commented on code in PR #45371: URL: https://github.com/apache/airflow/pull/45371#discussion_r1905801545
########## airflow/dag_processing/collection.py: ########## @@ -74,11 +74,14 @@ log = logging.getLogger(__name__) -def _create_orm_dags(dags: Iterable[MaybeSerializedDAG], *, session: Session) -> Iterator[DagModel]: +def _create_orm_dags( + bundle_name: str, dags: Iterable[MaybeSerializedDAG], *, session: Session Review Comment: seems it might make sense to just add bundle info on the dag itself instead of having to pass separately.... just a thought -- 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]
