dstandish commented on code in PR #45371:
URL: https://github.com/apache/airflow/pull/45371#discussion_r1905804851


##########
airflow/models/dag.py:
##########
@@ -1873,7 +1887,10 @@ def sync_to_db(self, session=NEW_SESSION):
 
         :return: None
         """
-        self.bulk_write_to_db([self], session=session)
+        # TODO: AIP-66 should this be in the model?

Review Comment:
   you mean like, on the dag object, so we don't have to pass it along 
everywhere? yes, i think so



-- 
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]

Reply via email to