apache-airflow-providers-apache-drill

Changelog

2.6.1

Misc

  • feat: Switch all class, functions, methods deprecations to decorators (#36876)

2.6.0

Note

This release of provider is only available for Airflow 2.6+ as explained in the Apache Airflow providers support policy.

Misc

  • Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)

2.5.0

Note

This release of provider is only available for Airflow 2.5+ as explained in the Apache Airflow providers support policy.

Misc

  • Bump min airflow version of providers (#34728)

2.4.4

Misc

  • Improve modules import in Airflow providers by some of them into a type-checking block (#33754)

2.4.3

Bug Fixes

  • Validate database URL passed to create_engine of Drill hook's connection (#33074)

2.4.2

Misc

  • Add deprecation info to the providers modules and classes docstring (#32536)

2.4.1

Note

This release dropped support for Python 3.7

Misc

  • Add note about dropping Python 3.7 for providers (#32015)

2.4.0

Note

This release of provider is only available for Airflow 2.4+ as explained in the Apache Airflow providers support policy.

Misc

  • Bump minimum Airflow version in providers (#30917)

2.3.2

Bug Fixes

  • Sanitize host in drill hook (#30215)

2.3.1

Bug Fixes

  • Bump common.sql provider to 1.3.1 (#27888)

2.3.0

Note

This release of provider is only available for Airflow 2.3+ as explained in the Apache Airflow providers support policy.

Misc

  • Move min airflow version to 2.3.0 for all providers (#27196)

Features

  • Add SQLExecuteQueryOperator (#25717)

2.2.1

Misc

  • Add common-sql lower bound for common-sql (#25789)

2.2.0

Features

  • Unify DbApiHook.run() method with the methods which override it (#23971)

2.1.0

Features

  • Move all SQL classes to common-sql provider (#24836)

2.0.0

Breaking changes

Note

This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow providers support policy.

1.0.4

Bug Fixes

  • Fix mistakenly added install_requires for all providers (#22382)

1.0.3

Misc

  • Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)

1.0.2

Misc

  • Support for Python 3.10

1.0.1

Misc

  • Optimise connection importing for Airflow 2.2.0

1.0.0

Initial version of the provider.

Was this entry helpful?