dstandish commented on code in PR #25175:
URL: https://github.com/apache/airflow/pull/25175#discussion_r925765811
##########
airflow/models/dagbag.py:
##########
@@ -623,11 +623,12 @@ def _serialize_dag_capturing_errors(dag, session):
)
self.log.debug("Calling the DAG.bulk_sync_to_db method")
try:
+ DAG.bulk_write_to_db(self.dags.values(), session=session)
Review Comment:
if the order needs to be preserved, then we'll have to come up with
something else. we could abbreviate the URI i suppose? then we would not need
the id... wdyt?
--
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]