apache-airflow-providers-apache-druid
变更日志¶
4.1.1¶
杂项¶
remove superfluous else block (#49199)
仅文档¶
Improve example docs around SQLExecuteQueryOperator in Druid/Hive/Impala/Kylin/Pinot (#48856)
4.1.0¶
特性¶
Add method to retrieve Druid task status URL based on ingestion type (#47238)
杂项¶
Upgrade flit to 3.11.0 (#46938)
4.0.0¶
注意
提供程序的此版本仅适用于 Airflow 2.9+,如 Apache Airflow 提供程序支持策略 中所述。
重大变更¶
警告
所有已弃用的类、参数和功能已从 Apache Druid 提供程序包中移除。引入了以下重大变更
Operator
已移除
DruidCheckOperator
。请改用airflow.providers.common.sql.operators.sql.SQLCheckOperator
。
Remove DruidCheckOperator (#44765)
杂项¶
Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)
Update DAG example links in multiple providers documents (#44034)
Rename execution_date to logical_date across codebase (#43902)
3.12.1¶
杂项¶
Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)
3.12.0¶
特性¶
Add possibility to override the conn type for Druid (#42793)
3.11.0¶
注意
提供程序的此版本仅适用于 Airflow 2.8+,如 Apache Airflow 提供程序支持策略 中所述。
杂项¶
Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)
3.10.2¶
杂项¶
Clean up remaining getattr connection DbApiHook (#40665)
3.10.1¶
Bug 修复¶
Pass SSL arg to all requests in DruidOperator (#39066)
杂项¶
Faster 'airflow_version' imports (#39552)
Simplify 'airflow_version' imports (#39497)
3.10.0¶
注意
提供程序的此版本仅适用于 Airflow 2.7+,如 Apache Airflow 提供程序支持策略 中所述。
杂项¶
Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)
3.9.0¶
特性¶
Adding optional SSL verification for druid operator (#37629)
Bug 修复¶
Fix SSL verification in druid operator (#37673)
杂项¶
3.8.1¶
杂项¶
feat: Switch all class, functions, methods deprecations to decorators (#36876)
3.8.0¶
特性¶
Provide the logger_name param in providers hooks in order to override the logger name (#36675)
Bug 修复¶
Fix successful Apache Druid task submissions reported as failed (#36813)
3.7.0¶
注意
提供程序的此版本仅适用于 Airflow 2.6+,如 Apache Airflow 提供程序支持策略 中所述。
杂项¶
Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)
3.6.0¶
注意
提供程序的此版本仅适用于 Airflow 2.5+,如 Apache Airflow 提供程序支持策略 中所述。
Bug 修复¶
Allow passing context to DruidDbApiHook (#34603)
杂项¶
Bump min airflow version of providers (#34728)
3.5.0¶
特性¶
DruidHook add SQL-based task support (#32795)
3.4.2¶
杂项¶
Add deprecation info to the providers modules and classes docstring (#32536)
3.4.1¶
注意
此版本放弃了对 Python 3.7 的支持
杂项¶
Add note about dropping Python 3.7 for providers (#32015)
3.4.0¶
注意
提供程序的此版本仅适用于 Airflow 2.4+,如 Apache Airflow 提供程序支持策略 中所述。
杂项¶
Bump minimum Airflow version in providers (#30917)
3.3.1¶
Bug 修复¶
Bump common.sql provider to 1.3.1 (#27888)
3.3.0¶
注意
提供程序的此版本仅适用于 Airflow 2.3+,如 Apache Airflow 提供程序支持策略 中所述。
杂项¶
Move min airflow version to 2.3.0 for all providers (#27196)
Bug 修复¶
BugFix - Druid Airflow Exception to about content (#27174)
3.2.1¶
杂项¶
Add common-sql lower bound for common-sql (#25789)
3.2.0¶
特性¶
Move all "old" SQL operators to common.sql providers (#25350)
3.1.0¶
特性¶
Move all SQL classes to common-sql provider (#24836)
3.0.0¶
重大变更¶
注意
提供程序的此版本仅适用于 Airflow 2.2+,如 Apache Airflow 提供程序支持策略 中所述。
杂项¶
chore: Refactoring and Cleaning Apache Providers (#24219)
2.3.3¶
Bug 修复¶
Fix mistakenly added install_requires for all providers (#22382)
2.3.2¶
杂项¶
Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)
2.3.1¶
杂项¶
Support for Python 3.10
2.3.0¶
特性¶
Add more SQL template fields renderers (#21237)
Bug 修复¶
2.2.0¶
特性¶
Add timeout parameter to DruidOperator (#19984)
2.1.0¶
特性¶
Add DruidOperator template_fields_renderers fields (#19420)
Add max_ingestion_time to DruidOperator docstring (#18693)
Add guide for Apache Druid operators (#18527)
2.0.2¶
杂项¶
Optimise connection importing for Airflow 2.2.0
2.0.1¶
Bug 修复¶
Fix error in Druid connection attribute retrieval (#17095)
2.0.0¶
重大变更¶
Auto-apply apply_default decorator (#15667)
警告
由于移除了 apply_default decorator,此提供程序版本需要 Airflow 2.1.0+。如果您的 Airflow 版本低于 2.1.0,并且您想安装此提供程序版本,请先将 Airflow 升级到至少 2.1.0 版本。否则,您的 Airflow 包版本将自动升级,您必须手动运行 airflow upgrade db
来完成迁移。
1.1.0¶
特性¶
Refactor SQL/BigQuery/Qubole/Druid Check operators (#12677)
Bug 修复¶
Bugfix: DruidOperator fails to submit ingestion tasks (#14418)
1.0.1¶
更新了文档和 README 文件。
1.0.0¶
提供程序的初始版本。