Re: Deployment guide for airflow on kubernetes

2019-04-08 Thread Barni Seetharaman
Please checkout https://github.com/GoogleCloudPlatform/airflow-operator Regs Barni On Mon, Apr 8, 2019 at 5:58 PM Ashwin Sai Shankar wrote: > Hi Airflow users, > Is there a step by step deployment guide to deploy airflow on kubernetes > and airflow on celery? > We want to scale out our airflow

Deployment guide for airflow on kubernetes

2019-04-08 Thread Ashwin Sai Shankar
Hi Airflow users, Is there a step by step deployment guide to deploy airflow on kubernetes and airflow on celery? We want to scale out our airflow deployment and I'm looking for some docs around it. Thanks, Ash

Difference between Kubernetes Executor vs PodOperator

2019-04-08 Thread Ashwin Sai Shankar
Hi Airflow users, What is the difference between Kube executor vs pod operator? http://airflow.apache.org/kubernetes.html Thanks, Ash

Re: Jira Administer permission

2019-04-08 Thread Jakob Homan
Looks like Sid is the only admin right on the Airflow project in JIRA. We should probably add the rest of the PMC as well, plus Aizhamal so she can make the dashboard. I'm ok with this. -Jakob On Mon, Apr 8, 2019 at 11:53 AM Aizhamal Nurmamat kyzy wrote: > > Hello everybody, > > I am trying to

Re: [VOTE] AIP-10: Multi-layered and multi-stage official Airflow image

2019-04-08 Thread Kaxil Naik
+1 binding On Mon, Apr 8, 2019, 21:50 Maxime Beauchemin wrote: > +1 binding > > Max > > On Sun, Apr 7, 2019 at 5:23 PM Jiajie Zhong > wrote: > > > +1 non binding > > > > Best wish. > > -- Jiajie > > > > From: Chao-Han Tsai > > Sent: Sunday, April 7, 2019 0:45

Re: [VOTE] AIP-10: Multi-layered and multi-stage official Airflow image

2019-04-08 Thread Maxime Beauchemin
+1 binding Max On Sun, Apr 7, 2019 at 5:23 PM Jiajie Zhong wrote: > +1 non binding > > Best wish. > -- Jiajie > > From: Chao-Han Tsai > Sent: Sunday, April 7, 2019 0:45 > To: dev@airflow.apache.org > Subject: Re: [VOTE] AIP-10: Multi-layered and multi-stage

Re: FAB - New REST API in the works

2019-04-08 Thread danielvazgaspar
Just commited to the PR, FAB_API_SWAGGER_UI = True will attach a BaseView with SwaggerUI so it's easy to visualize On 2019/04/08 09:03:03, danielvazgas...@gmail.com wrote: > > Ok, so now ModelRestApi generates automatic OpenAPI specs from the CRUD > endpoint, and made > the spec accessible

Re: FAB - New REST API in the works

2019-04-08 Thread danielvazgaspar
Ok, so now ModelRestApi generates automatic OpenAPI specs from the CRUD endpoint, and made the spec accessible on /api//_openapi. This endpoint is protected, but will allow browser session cookies also (besides JWT). BaseApi generates spec from YAML method docs. And offers 400-500 already