You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (Jira)" <ji...@apache.org> on 2020/01/19 23:37:07 UTC

[jira] [Closed] (AIRFLOW-2349) Add JSON import/export for connections

     [ https://issues.apache.org/jira/browse/AIRFLOW-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Potiuk closed AIRFLOW-2349.
---------------------------------
    Resolution: Won't Fix

I am closing some old issues that are not relevant any more. Please let me know if you want to reopen it.

> 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
>            Priority: Minor
>
> 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
(v8.3.4#803005)