Skip to content

Releases: bryzgaloff/airflow-clickhouse-plugin

v0.9.0

18 Nov 14:29
5c3c49f
Compare
Choose a tag to compare
  • Airflow 2.4 support added.
  • Airflow 2.1 support removed, see #52.
  • Versions matrix added, tests matrix is aligned with README.

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

v0.8.2

11 Jun 08:21
Compare
Choose a tag to compare
  • Airflow version tested: 2.3.0 (#39).

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

v0.8.1

07 Apr 08:12
Compare
Choose a tag to compare
  • types_check option added #37

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

v0.8.0

30 Oct 20:58
Compare
Choose a tag to compare
  • Airflow version tested: 2.2.0.
  • Note on pandas dependency added. pandas is an extra dependency now.

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

v0.7.0

09 Jun 11:17
e42f346
Compare
Choose a tag to compare
  • Airflow versions tested: 2.0.0, 2.0.1, 2.1.0.
  • ClickHouse driver version tested: 0.2.0.

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

v0.6.0

13 Mar 15:21
Compare
Choose a tag to compare
  • Airflow v2.0.1 support is added.
    • Airflow v1 support is dropped. Use plugin versions below 0.6.0 for compatibility with Airflow~=1.10.6.
  • tests.* modules are completely excluded from distribution package.

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

v0.5.7.post1

18 Jun 22:00
Compare
Choose a tag to compare

ClickHouseSqlSensor documented.

Post-release update. No functionality changes in comparison to v0.5.7.

Installation: pip install airflow-clickhouse-plugin==0.5.7.post1

PyPI: https://pypi.org/project/airflow-clickhouse-plugin/0.5.7.post1/

v0.5.7

16 Jun 13:22
f74ab44
Compare
Choose a tag to compare
  • ClickHouseSqlSensor implemented (#22).
  • get_first now follows DB API 2.0 fetchone semantics.

Installation: pip install airflow-clickhouse-plugin==0.5.7

PyPI: https://pypi.org/project/airflow-clickhouse-plugin/0.5.7/

v0.5.6

31 May 14:31
cea9457
Compare
Choose a tag to compare

Added support for arbitrary clickhouse_driver.Client arguments via Airflow's Connection's extra property.