airflow-helm / charts

The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
631 stars 473 forks source link

support to airflow 2.4 #666

Closed yossisht9876 closed 1 year ago

yossisht9876 commented 1 year ago

Checks

Motivation

https://airflow.apache.org/blog/airflow-2.4.0/

New Features and bug fix

Implementation

No response

Are you willing & able to help?

thesuperzapper commented 1 year ago

@yossisht9876 chart version 8.6.1 already supports Airflow 2.4 as far as I know (see the support matrix).

Are you having a specific issue?

yossisht9876 commented 1 year ago

hi @thesuperzapper i tried to deploy 2.4.0-python3.8 and 2.4.3-python3.8 with no luck

ImportError: cannot import name 'escape' from 'jinja2' (/home/airflow/.local/lib/python3.8/site-packages/jinja2/__init__.py)

i upgraded flask and some other packages according to the error but with no luck. any ideas ? thanks

thesuperzapper commented 1 year ago

@yossisht9876 are you still having an issue?

If so, please provide any custom values.

yossisht9876 commented 1 year ago

@thesuperzapper still have the same issue im upgrading packages according to the error log but its never end... what do you mean by "please provide any custom values" ? config values ? thanks

thesuperzapper commented 1 year ago

@thesuperzapper still have the same issue im upgrading packages according to the error log but its never end... what do you mean by "please provide any custom values" ? config values ? thanks

@yossisht9876 I mean your custom-values.yaml that sets any non-default helm values.

yossisht9876 commented 1 year ago

@thesuperzapper i removed some pip packages from my requirements file and everything is working now you can close the issue :)

thanks