Skip to content

Releases: bryzgaloff/airflow-clickhouse-plugin

v1.4.0

23 Aug 08:48
fc2d44d
Compare
Choose a tag to compare

What's Changed

  • Airflow 2.10 & python 3.12 support by @Acuion in #88

Available on PyPI: https://pypi.org/project/airflow-clickhouse-plugin/1.4.0/

Full Changelog: v1.3.0...v1.4.0

v1.3.0

16 Apr 13:08
fc145d4
Compare
Choose a tag to compare

What's Changed

Available on PyPI: https://pypi.org/project/airflow-clickhouse-plugin/1.3.0/

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 Mar 17:51
Compare
Choose a tag to compare

What's Changed

  • Airflow 2.8 support by @bobelev in #73
  • Revised supported Airflow versions list, added constraint file to tests: #74

Available on PyPI: https://pypi.org/project/airflow-clickhouse-plugin/1.2.0/

Full Changelog: v1.1.0...v1.2.0

Note: There was an issue publishing this version to PyPI. See #75. So, this version is released from a dev version of GitHub workflow to trigger publishing and unblock the users pending for an update.

v1.1.0

20 Sep 17:44
Compare
Choose a tag to compare

What's Changed

Available on PyPI: https://pypi.org/project/airflow-clickhouse-plugin/1.1.0/

Full Changelog: v1.0.0...v1.1.0

v1.1.0rc2

20 Sep 17:18
Compare
Choose a tag to compare
v1.1.0rc2 Pre-release
Pre-release

v1.1.0rc1 and v1.1.0rc2 are pre-releases to test #71: publishing to PyPI from GitHub Actions.

v1.0.0

03 Sep 11:01
68666f5
Compare
Choose a tag to compare

The Major Release of Airflow ClickHouse Plugin 🎉

The plugin has undergone significant refactoring, preserving and extending its functionality. Here are the key changes:

Two Operators Families

The plugin introduces two families of operators:

1. ClickHouseOperator, ClickHouseSensor, and ClickHouseHook

These operators are based on Client.execute method of mymarilyn/clickhouse-driver and provide its full functionality. In particular, the following new arguments are now supported:

  • Templated settings, external_tables, and query_id.
  • Boolean options: with_column_types, types_check, columnar.

2. Standardized DB API 2.0-Compatible Counterparts

These operators are based on clickhouse_driver.dbapi. They do not support the most of Client.execute arguments but offer compatibility with Airflow's common.sql package. They are suitable for simplifying migration from other SQL databases as a drop-in replacement. Key features include:

  • Operators, hooks, and sensors such as ClickHouseSQLExecuteQueryOperator, and ClickHouseSQLColumnCheckOperator, and many others from common.sql.
  • Support for pandas.DataFrame.
  • Organized in clickhouse_dbapi modules, as opposed to clickhouse modules for their “regular“ counterparts.
  • Requires an extra dependency: apache-airflow-providers-common-sql. You can install it using pip install airflow-clickhouse-plugin[common.sql].

Compatibility and Ease of Use

The newest version of the plugin aims to maintain compatibility with existing installations and interfaces as much as possible. It should serve as a seamless drop-in replacement for your current setup.

Additional notes on support:

  • Support for Python 3.7 is dropped. Python 3.8+ is required.
  • Support for Airflow 2.1 is restored. All versions of Airflow 2 (2.0–2.6) are supported now.
  • Installation of pandas is not required unless you use some specific functionality of common.sql.
  • Also, Makefile of the project is dropped: it has introduced implicit behaviour breaking GitHub workflow integrity. If you want to keep using it, maintain a local copy in your personal development environment.

Improved Codebase

The code has been refactored and decomposed, simplifying maintenance and encouraging contributions.

Development Status Update

The project is now in a "Production/Stable" status, as it has undergone extensive testing by numerous companies worldwide and boasts 100K+ of monthly downloads from PyPI, demonstrating its reliability and maturity.


For more details, check out README.md.

Kudos to @1ng4lipt for an inspiration with #67 introducing query_id which has motivated me to bring this huge update 🤝

Available on PyPI: https://pypi.org/project/airflow-clickhouse-plugin/1.0.0.post0/ (post-release just fixes authors, no functional changes)

Full Changelog: v0.11.0...v1.0.0

v0.11.0

11 May 03:35
Compare
Choose a tag to compare

Changelog:

Available on PyPI: https://pypi.org/project/airflow-clickhouse-plugin/0.11.0/

Full Changelog: v0.10.1...v0.11.0

v0.10.1

27 Mar 07:55
1cc79f7
Compare
Choose a tag to compare

v0.10.0

20 Dec 10:21
Compare
Choose a tag to compare

Available on PyPI: https://pypi.org/project/airflow-clickhouse-plugin/0.10.0/

v0.9.1

01 Dec 13:09
Compare
Choose a tag to compare
  • apache-airflow-providers-common-sql added to requirements (#53, #54 by @ne1r0n)

Available on PyPI: https://pypi.org/project/airflow-clickhouse-plugin/0.9.1/