[GitHub] [airflow] kaxil commented on a change in pull request #12704: Refactor list rendering in commands

2020-12-01 Thread GitBox
kaxil commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r533827933 ## File path: tests/cli/commands/test_task_command.py ## @@ -55,6 +55,7 @@ def reset(dag_id): runs.delete() +# TODO: Check if tests needs

[GitHub] [airflow] kaxil commented on a change in pull request #12704: Refactor list rendering in commands

2020-12-01 Thread GitBox
kaxil commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r533827933 ## File path: tests/cli/commands/test_task_command.py ## @@ -55,6 +55,7 @@ def reset(dag_id): runs.delete() +# TODO: Check if tests needs

[GitHub] [airflow] kaxil commented on a change in pull request #12704: Refactor list rendering in commands

2020-12-01 Thread GitBox
kaxil commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r533795846 ## File path: tests/cli/commands/test_task_command.py ## @@ -55,6 +55,7 @@ def reset(dag_id): runs.delete() +# TODO: Check if tests needs

[GitHub] [airflow] kaxil commented on a change in pull request #12704: Refactor list rendering in commands

2020-12-01 Thread GitBox
kaxil commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r533748403 ## File path: tests/cli/commands/test_task_command.py ## @@ -55,6 +55,7 @@ def reset(dag_id): runs.delete() +# TODO: Check if tests needs

[GitHub] [airflow] kaxil commented on a change in pull request #12704: Refactor list rendering in commands

2020-12-01 Thread GitBox
kaxil commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r533746027 ## File path: UPDATING.md ## @@ -52,6 +52,41 @@ assists users migrating to a new version. ## Master +### Changes to output argument in commands +