[
https://issues.apache.org/jira/browse/AIRFLOW-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aizhamal Nurmamat kyzy updated AIRFLOW-2416:
--------------------------------------------
Component/s: (was: db)
database
> executor_config column in task_instance isn't getting created
> -------------------------------------------------------------
>
> Key: AIRFLOW-2416
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2416
> Project: Apache Airflow
> Issue Type: Bug
> Components: database
> Affects Versions: 1.9.0
> Environment: Running on a mac (System Version: OS X 10.11.6
> (15G19009)) dev environment with Python 3.6.
> Reporter: Curtis Deems
> Assignee: Cameron Moberg
> Priority: Major
>
> There's a new column called 'executor_config' in the 'task_instance' table
> that the scheduler is attempting to query. The column isn't created with
> initdb or upgradedb so the scheduler just loops and never picks up any dag
> objects. The only way I discovered this was to run the scheduler thru the
> debugger and review the exceptions thrown by the scheduler. This issue
> doesn't show up in the scheduler logs or any other output that I could see.
> The workaround is to create the column manually but since the root issue is
> not easily discoverable this could be a blocker for some people.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)