ephraimbuddy commented on a change in pull request #21273:
URL: https://github.com/apache/airflow/pull/21273#discussion_r803367093
##########
File path: airflow/migrations/versions/849da589634d_prefix_dag_permissions.py
##########
@@ -233,6 +233,7 @@ def upgrade():
def downgrade():
- db = SQLA()
- db.session = settings.Session
- undo_migrate_to_new_dag_permissions(db.session)
+ # db = SQLA()
+ # db.session = settings.Session
+ # undo_migrate_to_new_dag_permissions(db.session)
Review comment:
Thanks for this! Just found out I was working with 2.0.0 base and not
the head
--
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]