[GitHub] [airflow] dstandish commented on a change in pull request #22102: Enhance `db upgrade` args

2022-03-14 Thread GitBox
dstandish commented on a change in pull request #22102: URL: https://github.com/apache/airflow/pull/22102#discussion_r826138691 ## File path: airflow/cli/cli_parser.py ## @@ -516,18 +516,32 @@ def string_list_type(val): type=int, default=60, ) -ARG_DB_VERSION = Arg(

[GitHub] [airflow] dstandish commented on a change in pull request #22102: Enhance `db upgrade` args

2022-03-13 Thread GitBox
dstandish commented on a change in pull request #22102: URL: https://github.com/apache/airflow/pull/22102#discussion_r825605446 ## File path: airflow/cli/cli_parser.py ## @@ -516,18 +516,32 @@ def string_list_type(val): type=int, default=60, ) -ARG_DB_VERSION = Arg(

[GitHub] [airflow] dstandish commented on a change in pull request #22102: Enhance `db upgrade` args

2022-03-09 Thread GitBox
dstandish commented on a change in pull request #22102: URL: https://github.com/apache/airflow/pull/22102#discussion_r822806004 ## File path: airflow/cli/cli_parser.py ## @@ -1359,8 +1359,20 @@ class GroupCommand(NamedTuple): ActionCommand( name='upgrade',

[GitHub] [airflow] dstandish commented on a change in pull request #22102: Enhance `db upgrade` args

2022-03-09 Thread GitBox
dstandish commented on a change in pull request #22102: URL: https://github.com/apache/airflow/pull/22102#discussion_r822803586 ## File path: airflow/utils/db.py ## @@ -1043,103 +1061,106 @@ def _offline_migration(migration_func: Callable, config, revision):