You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by cr...@gmail.com, cr...@gmail.com on 2018/05/20 23:15:43 UTC

setup.py extras for celery should depend on kombu >= 4.1.0

Hi,

I had a problem where if I had this in my airflow.cfg:



and kombu 4.0.2 was installed, then the sqla URL did not work, and celery did not work.

See:
https://issues.apache.org/jira/projects/AIRFLOW/issues/AIRFLOW-2495
https://github.com/apache/incubator-airflow/pull/3388


--
Craig

Re: setup.py extras for celery should depend on kombu >= 4.1.0

Posted by Craig Rodrigues <cr...@gmail.com>.

On 2018/05/20 23:15:43, crodr001@gmail.com <cr...@gmail.com> wrote: 
> Hi,
> 
> I had a problem where if I had this in my airflow.cfg:
> 

broker_url = sqla+mysql://airflow:password@hostname:3306/database


> 
> 
> and kombu 4.0.2 was installed, then the sqla URL did not work, and celery did not work.
> 
> See:
> https://issues.apache.org/jira/projects/AIRFLOW/issues/AIRFLOW-2495
> https://github.com/apache/incubator-airflow/pull/3388
> 
> 
> --
> Craig
>