Just want to add that a PR ( https://github.com/apache/incubator-airflow/pull/2525) is underway to allow adding connections via CLI (bypassing the uri schema issue).
On Wed, Oct 18, 2017 at 11:45 AM, Frank Maritato <[email protected]> wrote: > Thanks, Andrew! This works nicely. > > On 10/16/17, 3:01 PM, "Andrew Chen" <[email protected]> wrote: > > `airflow connections --add` might be what you're looking for. > > On Mon, Oct 16, 2017 at 2:58 PM, Frank Maritato < > [email protected]> > wrote: > > > Hi, > > > > Is there any way to programatically configure the aws_default, > emr_default > > or other airflow connections? The reason I'm asking is that I'm > creating a > > docker container and I want it to be preconfigured without ui > interaction. > > I looked at Puckel's docker-airflow project and I didn’t see > anything like > > this being done in there. > > > > Thanks! > > -- > > Frank Maritato > > > > > > > > >
