apache-airflow-providers-yandex
更新日志¶
4.0.3¶
杂项¶
AIP-72: Handle Custom XCom Backend on Task SDK (#47339)
4.0.2¶
杂项¶
AIP-72: Moving BaseOperatorLink to task sdk (#47008)
Remove yandexcloud exclusions (#47309)
Replace ydb limitation with yandexcloud exclusion (#47142)
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 提供程序支持策略。
重大变更¶
警告
所有已弃用的类、参数和功能已从 {provider_name} 提供程序包中移除。引入了以下重大变更
移除了
YandexCloudBaseHook.provider_user_agent
。请使用utils.user_agent.provider_user_agent
代替。移除了
connection_id
参数从YandexCloudBaseHook
。请使用yandex_conn_id
参数。移除了
yandex.hooks.yandexcloud_dataproc
模块。移除了
yandex.operators.yandexcloud_dataproc
模块。移除了隐式传递
yandex_conn_id
在DataprocBaseOperator
。请将其作为参数传递。
Remove Provider Deprecations in Yandex provider (#44754)
杂项¶
Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)
Update DAG example links in multiple providers documents (#44034)
3.12.0¶
注意
此提供程序版本仅适用于 Airflow 2.8+,详情请参见 Apache Airflow 提供程序支持策略。
Bug 修复¶
providers/yandex: fix typing (#40997)
杂项¶
Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)
3.11.2¶
Bug 修复¶
Exclude yandex versions 0.289.0, 0.290.0 (#39974)
杂项¶
Fix typos in Providers docs and Yandex hook (#40277)
3.11.1¶
杂项¶
`` AIP-21: yandexcloud: rename files, emit deprecation warning (#39618)``
yandex provider: bump version for yq http client package (#39548)
Faster 'airflow_version' imports (#39552)
add doc about Yandex Query operator (#39445)
Simplify 'airflow_version' imports (#39497)
3.11.0¶
注意
此提供程序版本仅适用于 Airflow 2.7+,详情请参见 Apache Airflow 提供程序支持策略。
杂项¶
Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)
3.10.0¶
功能¶
Add Yandex Query support from Yandex.Cloud (#37458)
杂项¶
support iam token from metadata, simplify code (#38411)
Avoid use of 'assert' outside of the tests (#37718)
3.9.0¶
功能¶
Add secrets-backends section into the Yandex provider yaml definition (#37065)
Bug 修复¶
fix: using endpoint from connection if not specified (#37076)
3.8.0¶
功能¶
feat: add Yandex Cloud Lockbox secrets backend (#36449)
Bug 修复¶
Fix stacklevel in warnings.warn into the providers (#36831)
3.7.1¶
Bug 修复¶
Follow BaseHook connection fields method signature in child classes (#36086)
3.7.0¶
注意
此提供程序版本仅适用于 Airflow 2.6+,详情请参见 Apache Airflow 提供程序支持策略。
杂项¶
Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)
3.6.0¶
功能¶
Yandex dataproc deduce default service account (#35059)
3.5.0¶
注意
此提供程序版本仅适用于 Airflow 2.5+,详情请参见 Apache Airflow 提供程序支持策略。
杂项¶
Bump min airflow version of providers (#34728)
3.4.0¶
注意
此版本放弃了对 Python 3.7 的支持
功能¶
add support for Yandex Dataproc cluster labels (#29811)
3.3.0¶
功能¶
support Yandex SDK feature "endpoint" (#29635)
3.2.0¶
注意
此提供程序版本仅适用于 Airflow 2.3+,详情请参见 Apache Airflow 提供程序支持策略 <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_。
功能¶
在 YandexCloudBaseHook 中,支持非前缀的额外字段,并且这些字段优先 (#27040)。例如,如果
extra__yandexcloud__folder_id
也存在,folder_id
将优先。
杂项¶
Move min airflow version to 2.3.0 for all providers (#27196)
3.1.0¶
功能¶
YandexCloud provider: Support new Yandex SDK features for DataProc (#25158)
3.0.0¶
重大变更¶
注意
此提供程序版本仅适用于 Airflow 2.2+,详情请参见 Apache Airflow Apache Airflow 提供程序支持策略 <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_。
2.2.3¶
Bug 修复¶
Fix mistakenly added install_requires for all providers (#22382)
2.2.2¶
杂项¶
Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)
2.2.1¶
杂项¶
支持 Python 3.10
2.2.0¶
功能¶
YandexCloud provider: Support new Yandex SDK features: log_group_id, user-agent, maven packages (#20103)
2.1.0¶
杂项¶
针对 Airflow 2.2.0 优化连接导入
功能¶
Add autoscaling subcluster support and remove defaults (#17033)
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
来完成迁移。
1.0.1¶
更新了文档和 readme 文件。
1.0.0¶
提供程序的初始版本。