marcinrozanski commented on issue #5055: [AIRFLOW-4256] Remove noqa from migrations URL: https://github.com/apache/airflow/pull/5055#issuecomment-494058782 I'm having issue with this migration file -> https://github.com/apache/airflow/blob/master/airflow/migrations/versions/27c6a30d7c24_add_executor_config_to_task_instance.py#L42 It works OK with postgres:9.6 and the column "executor_config" is created as bytea. However with mariadb:10.3.15 the column "executor_config" does not get created resulting in error on DAG status update: sqlalchemy.exc.InternalError: (pymysql.err.InternalError) (1054, "Unknown column 'task_instance.executor_config' in 'field list'") If it helps I'm using docker compose files from https://github.com/puckel/docker-airflow with CeleryExecutor.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
