Adaverse commented on code in PR #32810:
URL: https://github.com/apache/airflow/pull/32810#discussion_r1278102597
##########
airflow/cli/cli_config.py:
##########
@@ -1721,6 +1747,12 @@ class GroupCommand(NamedTuple):
func=lazy_load_command("airflow.cli.commands.db_command.drop_archived"),
args=(ARG_DB_TABLES, ARG_YES),
),
+ ActionCommand(
Review Comment:
> should be `migrate` in both cases I think.
Currently, we have just renamed the command and the function names in
`db_commands.py`. I think its best to take the renaming of
`airflow.utils.db.upgradedb` to be taken in another PR since it is used at lots
of other places and quite some refactoring is required for above change.
--
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]