ashb commented on a change in pull request #8219: Add migration waiting script
and log cleaner
URL: https://github.com/apache/airflow/pull/8219#discussion_r408670949
##########
File path: airflow/cli/commands/db_command.py
##########
@@ -50,6 +50,16 @@ def upgradedb(args):
db.upgradedb()
+@cli_utils.action_logging
Review comment:
This decorator writes a row to the (audit) log table -- and there is a good
chance that this table won't exist when this command is run, so we shouldn't
have this decorator here.
```suggestion
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services