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

2018-05-20 Thread Craig Rodrigues
On 2018/05/20 23:15:43, crodr...@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

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

2018-05-20 Thread crodr001
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