[GitHub] [airflow] Nick-0723 commented on a change in pull request #12740: Fix the exception that the port is empty when using db shell

2020-12-03 Thread GitBox
Nick-0723 commented on a change in pull request #12740: URL: https://github.com/apache/airflow/pull/12740#discussion_r535297026 ## File path: airflow/cli/commands/db_command.py ## @@ -71,6 +71,7 @@ def shell(args): database = {url.database} """

[GitHub] [airflow] Nick-0723 commented on a change in pull request #12740: Fix the exception that the port is empty when using db shell

2020-12-01 Thread GitBox
Nick-0723 commented on a change in pull request #12740: URL: https://github.com/apache/airflow/pull/12740#discussion_r533833066 ## File path: airflow/cli/commands/db_command.py ## @@ -67,7 +67,7 @@ def shell(args): host = {url.host} user