Adjusted celery provider based on ongoing issue #45364 - https://github.com/apache/airflow/issues/45364
This commit is contained in:
parent
586cc4b11c
commit
9e43f92930
@ -21,6 +21,9 @@ ENV AIRFLOW_HOME=${AIRFLOW_HOME_DIR}
|
||||
|
||||
ENV AIRFLOW__CORE__LOAD_EXAMPLES="false"
|
||||
|
||||
RUN pip uninstall apache-airflow-providers-celery && \
|
||||
pip install apache-airflow-providers-celery==3.8.5
|
||||
|
||||
RUN pip install \
|
||||
apache-airflow-providers-amazon \
|
||||
apache-airflow-providers-apache-spark \
|
||||
|
Loading…
x
Reference in New Issue
Block a user