jedcunningham commented on code in PR #45371: URL: https://github.com/apache/airflow/pull/45371#discussion_r1906150874
########## 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: An earlier POC had that, but shoving it on a `DAG` (or derivative object) felt a little weird to me. But definitely open to refactors here. -- 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]
