Re: Duration chart doesn't show Y axis label

2017-05-20 Thread Michael Erdely
Vijay, If you take this on, can you please keep these couple bugs in mind: AIRFLOW-1205 Graphs - "Cumulative Duration" checkbox on "Task Duration" graph doesn't work AIRFLOW-1082 Graph

Re: Duration chart doesn't show Y axis label

2017-05-22 Thread Michael Erdely
space so the graph gets compressed. If enough operators are present, the graph gets flattened. -Michael On Sat, May 20, 2017 at 4:22 PM Michael Erdely <mjerd...@gmail.com> wrote: > Will do first thing Monday morning unless you need it sooner. > > -Michael > > > >

Re: Duration chart doesn't show Y axis label

2017-05-20 Thread Michael Erdely
ay > > On Sat, May 20, 2017 at 6:33 AM, Michael Erdely <mjerd...@gmail.com> > wrote: > > > Vijay, > > > > If you take this on, can you please keep these couple bugs in mind: > > > > AIRFLOW-1205 <https://issues.apache.org/jira/browse/AIRFLOW-1205>

Re: Airflow on ECS

2017-11-06 Thread Michael Erdely
Hi Shoumitra, As others have mentioned, there are a lot of issues when using the local executor in prod. However, at OfferUp, we have had success in running Airflow dockerized on EC2. Our current setup is the following: - Airflow 1.8.2 dockerized similar to Matthieu's Celery example at

Re: DAG Factory Issues

2017-12-05 Thread Michael Erdely
gt; constructor itself does. I agree a more general solution is needed; > presumably the scheduler knows which Python file in the dags folder it was > processing when it found the DAG object. > > Alek > ​ > > On Tue, Dec 5, 2017 at 12:00 PM, Michael Erdely <mjerd...@gmail.c

DAG Factory Issues

2017-12-05 Thread Michael Erdely
Hi, In order to support multiple environments with different DAG settings per environment, we created a DAG factory to create the DAG operator where each DAG has different params (eg schedule, catchup, etc). Unfortunately, we noticed that the webserver code view shows the factory code versus the