Feng Lu created AIRFLOW-1700:
--------------------------------
Summary: Fix airflow cli connections command
Key: AIRFLOW-1700
URL: https://issues.apache.org/jira/browse/AIRFLOW-1700
Project: Apache Airflow
Issue Type: Bug
Components: cli
Affects Versions: Airflow 2.0
Reporter: Feng Lu
Assignee: Feng Lu
Fix For: 1.9.0
When creating a new connection via airflow cli, the connection type is inferred
from the conn-uri argument (i.e., conn_type = url scheme). However, for
connection types like "hive_cli" and "google_cloud_platform", urlparse (by
design) was unable to get the connection type as '_' is not a valid scheme
character.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)