apache-airflow-providers-oracle
更新日志¶
4.0.3¶
错误修复¶
fix: overwrite 'get_uri' for 'Oracle' (#48734)
4.0.2¶
杂项¶
Upgrade flit to 3.11.0 (#46938)
4.0.1¶
杂项¶
AIP-72: Support better type-hinting for Context dict in SDK (#45583)
4.0.0¶
注意
此提供程序版本仅适用于 Airflow 2.9+,具体说明请参阅 Apache Airflow 提供程序支持策略。
重大变更¶
警告
Oracle 提供程序包中已移除所有已弃用的类、参数和功能。引入了以下重大变更:
- Hooks
移除使用
conn.schema
设置 Oracle Service Name 的已弃用支持。请改用conn.extra.service_name
。
- 操作符
移除
airflow.providers.oracle.operators.oracle.OracleOperator
。请改用airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator
。
Remove Provider Deprecations in Oracle (#44704)
杂项¶
Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)
3.12.1¶
错误修复¶
Fix oracle bulk insert issue when leftover chunk is empty (#43467)
杂项¶
Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)
3.12.0¶
特性¶
Add sequence insert support to OracleHook (#42947)
3.11.0¶
注意
此提供程序版本仅适用于 Airflow 2.8+,具体说明请参阅 Apache Airflow 提供程序支持策略。
杂项¶
Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)
3.10.3¶
杂项¶
Warn user about unused replace parameter in insert_rows (OracleHook) (#39408)
3.10.2¶
杂项¶
implement per-provider tests with lowest-direct dependency resolution (#39946)
3.10.1¶
杂项¶
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.2¶
杂项¶
feat: Switch all class, functions, methods deprecations to decorators (#36876)
3.9.1¶
错误修复¶
在 DBApi 派生类中返回通用数据结构
3.9.0¶
注意
此提供程序版本仅适用于 Airflow 2.6+,具体说明请参阅 Apache Airflow 提供程序支持策略。
杂项¶
Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)
3.8.0¶
注意
此提供程序版本仅适用于 Airflow 2.5+,具体说明请参阅 Apache Airflow 提供程序支持策略。
杂项¶
Bump min airflow version of providers (#34728)
3.7.4¶
杂项¶
Refactor: Consolidate "import numpy as np" (#34111)
Combine similar if logics in providers (#33987)
remove unnecessary and rewrite it using list in providers (#33763)
3.7.3¶
杂项¶
Replace strftime with f-strings where nicer (#33455)
Simplify conditions on len() in other providers (#33569)
Refactor: Simplify code in smaller providers (#33234)
Avoid importing pandas and numpy in runtime and module level (#33483)
3.7.2¶
杂项¶
Add deprecation info to the providers modules and classes docstring (#32536)
3.7.1¶
注意
此版本放弃了对 Python 3.7 的支持
杂项¶
Add note about dropping Python 3.7 for providers (#32015)
3.7.0¶
注意
此提供程序版本仅适用于 Airflow 2.4+,具体说明请参阅 Apache Airflow 提供程序支持策略。
杂项¶
Bump minimum Airflow version in providers (#30917)
Add docs for Oracle operators (#30979)
Fix deprecated import in Oracle example (#31166)
3.6.0¶
特性¶
XCOM push ORA error code in OracleStoredProcedure (#27319)
3.5.1¶
错误修复¶
Bump common.sql provider to 1.3.1 (#27888)
3.5.0¶
注意
此提供程序版本仅适用于 Airflow 2.3+,具体说明请参阅 Apache Airflow 提供程序支持策略。
杂项¶
Move min airflow version to 2.3.0 for all providers (#27196)
特性¶
Add SQLExecuteQueryOperator (#25717)
3.4.0¶
特性¶
Add oracledb thick mode support for oracle provider (#26576)
杂项¶
Add common-sql lower bound for common-sql (#25789)
3.3.0¶
特性¶
Unify DbApiHook.run() method with the methods which override it (#23971)
3.2.0¶
特性¶
Move all SQL classes to common-sql provider (#24836)
3.1.0¶
特性¶
Update Oracle library to latest version (#24311)
3.0.0¶
重大变更¶
注意
此提供程序版本仅适用于 Airflow 2.2+,具体说明请参阅 Apache Airflow 提供程序支持策略。
特性¶
Add 'parameters' to templated fields in 'OracleOperator' (#22857)
杂项¶
Make numpy effectively an optional dependency for Oracle provider (#24272)
2.2.3¶
错误修复¶
Fix mistakenly added install_requires for all providers (#22382)
2.2.2¶
杂项¶
Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)
2.2.1¶
错误修复¶
Fix oracle test connection (#21699)
杂项¶
Support for Python 3.10
2.2.0¶
特性¶
Add more SQL template fields renderers (#21237)
[Oracle] Oracle Hook - automatically set current_schema when defined in Connection (#19084)
improved backwards compatibility (#21524)
错误修复¶
Oracle Provider: Fix handling of bindvars with no parameters (#20720)
2.1.0¶
特性¶
Add method 'callproc' on Oracle hook (#20072)
Add ''autocommit'' to ''OracleHook'' (#20085)
2.0.1¶
错误修复¶
2.0.0¶
重大变更¶
Auto-apply apply_default decorator (#15667)
警告
由于移除了 apply_default 装饰器,此提供程序版本需要 Airflow 2.1.0+。如果您的 Airflow 版本低于 2.1.0,并且您想安装此提供程序版本,请先将 Airflow 升级到至少 2.1.0 版本。否则,您的 Airflow 包版本将自动升级,您将不得不手动运行 airflow upgrade db
来完成迁移。
特性¶
Add optional result handler to database hooks (#15581)
[Oracle] Add port to DSN (#15589)
add oracle connection link (#15632)
1.1.0¶
特性¶
A bunch of template_fields_renderers additions (#15130)
1.0.1¶
更新了文档和 readme 文件。
1.0.0¶
提供程序的初始版本。