potiuk commented on code in PR #32810:
URL: https://github.com/apache/airflow/pull/32810#discussion_r1278078139
##########
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:
> I hope it is fine now to replace every instance of db init and db upgrade
with db migrate in the doc?
yes
> Shall we replace these now with upgradedb or maybe in later commits when
we would have added the desired functionality to create_default_connections?
should be `migrate` in both cases I think. That was the intention in both
cases, I think
--
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]