You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/04 23:51:42 UTC

[GitHub] [airflow] mik-laj commented on issue #14586: AttributeError: 'DatabaseBackend' object has no attribute 'task_cls'

mik-laj commented on issue #14586:
URL: https://github.com/apache/airflow/issues/14586#issuecomment-791036601


   Can you provide the output of the commands below?
   ```
   python -c "from airflow.executors.celery_executor import app; print(type(app.backend))"
   <class 'celery.backends.database.DatabaseBackend'>
   ```
   ```
   pip freeze
   ```
   
   I suspect you are using an unsupported version of Celery. See: https://github.com/apache/airflow/issues/11301
   
   I recommend that you use constraints during installation. See: http://airflow.apache.org/docs/apache-airflow/stable/installation.html#constraints-files


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org