airflow-clickhouse-plugin icon indicating copy to clipboard operation
airflow-clickhouse-plugin copied to clipboard

Add airflow 2.4.x support

Open pvaling opened this issue 2 years ago ā€¢ 1 comments

Its tricky to upgrade airflow version tŠ¾ 2.4 with current airflow-clickhouse-plugin. Pip install forces downgrade to airflow-2.3.4.

pvaling avatar Oct 03 '22 13:10 pvaling

Hi @pvaling, yes, we have a restriction on upper bound of Airflow versions to . We are working on migration to Airflow 2.4 in this PR: #44

It is tricky to support a wide variety of versions (including Python versions), so there we discuss how to handle all of them properly.

bryzgaloff avatar Oct 09 '22 10:10 bryzgaloff

Done as a part of #50. Airflow 2.4 support is released: https://pypi.org/project/airflow-clickhouse-plugin/0.9.0/

Though, Airflow 2.1 support is disabled, details: #52

bryzgaloff avatar Nov 18 '22 14:11 bryzgaloff