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

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

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

2020-11-30 Thread GitBox
XD-DENG commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r533107633 ## File path: airflow/cli/commands/pool_command.py ## @@ -60,17 +61,20 @@ def pool_get(args): def pool_set(args): """Creates new pool with a given

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

2020-11-30 Thread GitBox
XD-DENG commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r532877922 ## File path: airflow/cli/commands/pool_command.py ## @@ -21,61 +21,74 @@ import sys from json import JSONDecodeError -from tabulate import tabulate

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

2020-11-30 Thread GitBox
XD-DENG commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r532869104 ## File path: airflow/cli/commands/task_command.py ## @@ -304,43 +309,38 @@ def _guess_debugger(): @cli_utils.action_logging +@suppress_logs_and_wa

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

2020-11-30 Thread GitBox
XD-DENG commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r532859799 ## File path: airflow/cli/commands/connection_command.py ## @@ -19,78 +19,54 @@ import json import os import sys -from typing import List +from typin

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

2020-11-30 Thread GitBox
XD-DENG commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r532818688 ## File path: airflow/cli/simple_table.py ## @@ -14,11 +14,78 @@ # KIND, either express or implied. See the License for the # specific language gover

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

2020-11-29 Thread GitBox
XD-DENG commented on a change in pull request #12704: URL: https://github.com/apache/airflow/pull/12704#discussion_r532261262 ## File path: docs/usage-cli.rst ## @@ -174,3 +174,40 @@ You will see a similar result as in the screenshot below. .. figure:: img/usage_cli_imgcat.png