ashb commented on a change in pull request #11189:
URL: https://github.com/apache/airflow/pull/11189#discussion_r505650616
##########
File path: airflow/models/dag.py
##########
@@ -88,6 +89,23 @@ def get_last_dagrun(dag_id, session,
include_externally_triggered=False):
return query.first()
+def replace_outdated_dag_actions(access_control):
Review comment:
I think make this an `@staticmethod` on dag, and then also call it
`_upgrade_outdated_dag_access_control`
----------------------------------------------------------------
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]