jedcunningham commented on a change in pull request #15464:
URL: https://github.com/apache/airflow/pull/15464#discussion_r617937125



##########
File path: airflow/models/dagbag.py
##########
@@ -580,3 +576,31 @@ def _serialize_dag_capturing_errors(dag, session):
                 # Only now we are "complete" do we update import_errors - 
don't want to record errors from
                 # previous failed attempts
                 self.import_errors.update(dict(serialize_errors))
+
+    @provide_session
+    def _sync_perm_for_dag(self, dag, session: Optional[Session] = None):

Review comment:
       Open to new a new name here too...




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to