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. A

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 Databa

Re: airflow supervisord scripts do not work

2016-08-21 Thread siddharth anand
Hi David, Thanks for reporting this. I don't use supervisor, but the assumption `/usr/local/bin/airflow` seems like the problem. Please file a bug if you haven't already and document how you set up your environment and what your assumptions are. Feel free to propose a fix via a PR. I've checked my