You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Daniel Imberman (Jira)" <ji...@apache.org> on 2020/03/29 20:40:00 UTC

[jira] [Closed] (AIRFLOW-804) Airflow installs latest Celery which does not support `sqla` transport

     [ https://issues.apache.org/jira/browse/AIRFLOW-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Imberman closed AIRFLOW-804.
-----------------------------------
    Resolution: Feedback Received

> Airflow installs latest Celery which does not support `sqla` transport
> ----------------------------------------------------------------------
>
>                 Key: AIRFLOW-804
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-804
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: executors
>            Reporter: Mohamed Zenadi
>            Priority: Minor
>
> Kombu dropped support for `sqla` transport in its version 4.x. With the default configuration this will raise an exception:
> {code}
> $ airflow flower
> [2017-01-25 17:20:05,064] {__init__.py:57} INFO - Using executor SequentialExecutor
> [I 170125 17:20:07 command:136] Visit me at http://0.0.0.0:5555
> Unknown Celery version
> Traceback (most recent call last):
>   File "/home/10025051/.linuxbrew/opt/python3/lib/python3.6/site-packages/kombu/transport/__init__.py", line 53, in resolve_transport
>     transport = TRANSPORT_ALIASES[transport]
> KeyError: 'sqla'
> {code}
> A fix would be to change the default configuration for not using `sqla`. To avoid any confusing error for a new user.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)