[GitHub] [airflow] mik-laj commented on a change in pull request #20838: Add `maintenance cleanup` CLI command for purging old data

2022-01-12 Thread GitBox
mik-laj commented on a change in pull request #20838: URL: https://github.com/apache/airflow/pull/20838#discussion_r783528233 ## File path: airflow/utils/metastore_cleanup.py ## @@ -0,0 +1,289 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [airflow] mik-laj commented on a change in pull request #20838: Add `maintenance cleanup` CLI command for purging old data

2022-01-12 Thread GitBox
mik-laj commented on a change in pull request #20838: URL: https://github.com/apache/airflow/pull/20838#discussion_r783528077 ## File path: airflow/utils/metastore_cleanup.py ## @@ -0,0 +1,289 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [airflow] mik-laj commented on a change in pull request #20838: Add `maintenance cleanup` CLI command for purging old data

2022-01-12 Thread GitBox
mik-laj commented on a change in pull request #20838: URL: https://github.com/apache/airflow/pull/20838#discussion_r783523781 ## File path: airflow/cli/cli_parser.py ## @@ -1054,6 +1080,14 @@ class GroupCommand(NamedTuple): args=(ARG_CLEAR_ONLY,), ), )

[GitHub] [airflow] mik-laj commented on a change in pull request #20838: Add `maintenance cleanup` CLI command for purging old data

2022-01-12 Thread GitBox
mik-laj commented on a change in pull request #20838: URL: https://github.com/apache/airflow/pull/20838#discussion_r783523446 ## File path: airflow/cli/cli_parser.py ## @@ -1054,6 +1080,14 @@ class GroupCommand(NamedTuple): args=(ARG_CLEAR_ONLY,), ), )

[GitHub] [airflow] mik-laj commented on a change in pull request #20838: Add `maintenance cleanup` CLI command for purging old data

2022-01-12 Thread GitBox
mik-laj commented on a change in pull request #20838: URL: https://github.com/apache/airflow/pull/20838#discussion_r783520216 ## File path: airflow/cli/cli_parser.py ## @@ -378,6 +383,27 @@ def _check(value): ARG_CONF = Arg(('-c', '--conf'), help="JSON string that gets

[GitHub] [airflow] mik-laj commented on a change in pull request #20838: Add `maintenance cleanup` CLI command for purging old data

2022-01-12 Thread GitBox
mik-laj commented on a change in pull request #20838: URL: https://github.com/apache/airflow/pull/20838#discussion_r783519744 ## File path: airflow/utils/metastore_cleanup.py ## @@ -0,0 +1,289 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more