apache-airflow-providers-apache-drill

Changelog

3.0.0

Note

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

Breaking changes

Warning

All deprecated classes, parameters and features have been removed from the Apache Drill provider package. The following breaking changes were introduced:

  • Operators

    • Removed DrillOperator. Please use airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator instead.

  • Remove provider deprecations in Apache Drill (#44575)

Misc

  • Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)

  • Update DAG example links in multiple providers documents (#44034)

2.8.1

Misc

  • Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)

2.8.0

Note

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

Misc

  • Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)

2.7.3

Misc

  • Clean up remaining getattr connection DbApiHook (#40665)

2.7.2

Misc

  • remove deprecation drill (#39732)

2.7.1

Misc

  • Faster 'airflow_version' imports (#39552)

  • Simplify 'airflow_version' imports (#39497)

2.7.0

Note

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

Misc

  • Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)

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?