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

2016-08-22 Thread Jeremiah Lowin
We've seen this before... unfortunately as far as I can tell the discussion (and resolution) was swallowed by the move from GitHub issues to JIRA! IIRC, some mysql libraries have an explicit type check for strings and our py2/py3 compatible string type fails. It looks like you're using

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