James Wrigley created AIRFLOW-2349:
--------------------------------------
Summary: Add JSON import/export for connections
Key: AIRFLOW-2349
URL: https://issues.apache.org/jira/browse/AIRFLOW-2349
Project: Apache Airflow
Issue Type: Improvement
Components: cli
Reporter: James Wrigley
The Airflow CLI already supports importing/exporting variables from/to JSON
files, and it would be nice if this was extended to connections.
Example usage:
{code}
airflow connections -i new_conns.json
airflow connections -e conns.json{code}
One complication is whether to export connection passwords. I think it should
export them for the sake of completeness, but I can see why that might not be a
good default.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)