You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/27 17:10:00 UTC

[jira] [Commented] (AIRFLOW-1587) fix `ImportError: cannot import name 'CeleryExecutor'`

    [ https://issues.apache.org/jira/browse/AIRFLOW-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16182914#comment-16182914 ] 

ASF subversion and git services commented on AIRFLOW-1587:
----------------------------------------------------------

Commit dca9ab3f8ad7811fcec54f67ae99c81b7df231b3 in incubator-airflow's branch refs/heads/master from [~lxneng]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=dca9ab3 ]

[AIRFLOW-1587] Fix CeleryExecutor import error

`CeleryExcutor` can not import directly from
`airflow.executors`, we should import from
`airlfow.executors.celery_executor` instead.

Closes #2590 from
lxneng/bugfix/fix_pkg_importerror_in_run_task_view


> fix `ImportError: cannot import name 'CeleryExecutor'`
> ------------------------------------------------------
>
>                 Key: AIRFLOW-1587
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1587
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Eric Luo
>             Fix For: 1.9.0
>
>
> `CeleryExcutor` can not import directly from `airflow.executors`,
> we should import from `airlfow.executors.celery_executor` instead.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)