You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Amin Ghadersohi (JIRA)" <ji...@apache.org> on 2017/01/26 22:39:24 UTC

[jira] [Commented] (AIRFLOW-797) CLONE - No such transport: sqla when using CeleryExecutor

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

Amin Ghadersohi commented on AIRFLOW-797:
-----------------------------------------

need to patch kombu,
need to update celery to use latest kombu,
then update celery version in airflow
also             'funcsigs==1.0.2',

> CLONE - No such transport: sqla when using CeleryExecutor
> ---------------------------------------------------------
>
>                 Key: AIRFLOW-797
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-797
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: celery
>    Affects Versions: Airflow 1.7.1.3
>            Reporter: Amin Ghadersohi
>            Priority: Trivial
>
> Cloned https://issues.apache.org/jira/browse/AIRFLOW-749 as it is not fixed. 
> I installed airflow using the regular pip install. I followed by changing my db to postgres for execution using Celery. 
> After changing the executor and installing celery (4.0.2) running the example dags gives me the following error:
> ```
>     raise KeyError('No such transport: {0}'.format(transport))
> KeyError: u'No such transport: sqla'
> ```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)