Re: why is this alwasys running? Should be once an hour

2016-08-26 Thread David Montgomery
process, based on your DAG’sschedule_interval, sequentially. I will try posting of Stack Overflow. Thanks On Fri, Aug 26, 2016 at 4:20 PM, David Montgomery <davidmontgom...@gmail.com > wrote: > How? That is one example in one of the examples > > seven_days_ago = datetime.combine

Re: why is this alwasys running? Should be once an hour

2016-08-26 Thread David Montgomery
olute, that evaluates to something > fixed every time it is evaluated. > > Bolke > > > Op 26 aug. 2016, om 10:02 heeft David Montgomery < > davidmontgom...@gmail.com> het volgende geschreven: > > > > I changed to code and justs keeps running. The start dat

Re: why is this alwasys running? Should be once an hour

2016-08-26 Thread David Montgomery
e point, what specifically do you mean by "always running" and > "fires every cycle"? For example is what you are seeing a new task instance > with a new execution date every run of the scheduler i.e. from the Browse > > Task Instances UI? > > On Tue, Aug 23, 2

/admin/connection/ raise InvalidToken

2016-08-22 Thread David Montgomery
Hi, When I go to /admin/connection/ I get the below error. How do I resolve? Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File

airflow does not like mysql - ProgrammingError: (mysql.connector.errors.ProgrammingError) Failed processing pyformat-parameters;

2016-08-21 Thread David Montgomery
Hi, Below is my config. sql_alchemy_conn = mysql+mysqlconnector://root:xxx@localhost:3306/airflow when I run initdb tables are present mysql> use airflow; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A

airflow supervisord scripts do not work

2016-08-21 Thread David Montgomery
Hi, its great that one can start the webserver from the command line however using the upstart scripts do not work. this is in the https://github.com/apache/incubator-airflow/blob/master/scripts/upstart/airflow-webserver.conf exec usr/local/bin/airflow webserver But I want to use supervisor.