apache-airflow-providers-microsoft-mssql
變更日誌¶
4.0.0¶
請注意
此供應商版本僅適用於 Airflow 2.9+,如 Apache Airflow 供應商支援政策 中所述。
重大變更¶
警告
所有已棄用的類別、參數和功能已從 MySQL 供應商套件中移除。以下是引入的重大變更
- 運算子
移除
airflow.providers.microsoft.mssql.operators.mssql.MsSqlOperator
。請使用airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator
。
移除 Provider Deprecations in Microsoft-MSSQL (#44762)
功能¶
Support connection extra parameters in MsSqlHook (#44310)
雜項¶
Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)
Update DAG example links in multiple providers documents (#44034)
3.9.0¶
請注意
此供應商版本僅適用於 Airflow 2.8+,如 Apache Airflow 供應商支援政策 中所述。
錯誤修正¶
Fix missing methodtools as dependency to MsSqlHook (#41392)
雜項¶
Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)
3.8.0¶
功能¶
Added support for replace option when using insert_rows with MsSqlHook (#40836)
雜項¶
Clean up remaining getattr connection DbApiHook (#40665)
3.7.2¶
雜項¶
implement per-provider tests with lowest-direct dependency resolution (#39946)
better define conn parameter type for MsSqlHook (#39831)
3.7.1¶
錯誤修正¶
use 'cached_property' to reuse 'get_connections' value in 'mssql' provider (#39575)
雜項¶
remove extra return (#39582)
Faster 'airflow_version' imports (#39552)
Simplify 'airflow_version' imports (#39497)
3.7.0¶
請注意
此供應商版本僅適用於 Airflow 2.7+,如 Apache Airflow 供應商支援政策 中所述。
雜項¶
Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)
3.6.0¶
請注意
此供應商版本僅適用於 Airflow 2.6+,如 Apache Airflow 供應商支援政策 中所述。
雜項¶
Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)
Remove workaround for pymssql failing compilation with new Cython (#35924)
3.5.0¶
請注意
此供應商版本僅適用於 Airflow 2.5+,如 Apache Airflow 供應商支援政策 中所述。
雜項¶
Bump min airflow version of providers (#34728)
3.4.1¶
請注意
此版本已停止支援 Python 3.7
錯誤修正¶
Check if sqlalchemy_scheme extra contains forbidden characters (#31984)
3.4.0¶
請注意
此供應商版本僅適用於 Airflow 2.4+,如 Apache Airflow 供應商支援政策 中所述。
雜項¶
Bump minimum Airflow version in providers (#30917)
3.3.0¶
請注意
此供應商版本僅適用於 Airflow 2.3+,如 Apache Airflow 供應商支援政策 中所述。
雜項¶
Move min airflow version to 2.3.0 for all providers (#27196)
Remove unnecessary newlines around single arg in signature (#27525)
功能¶
Add SQLExecuteQueryOperator (#25717)
3.2.0¶
功能¶
Unify DbApiHook.run() method with the methods which override it (#23971)
錯誤修正¶
Fix MsSqlHook.get_uri: pymssql driver to scheme (25092) (#25185)
3.0.0¶
重大變更¶
請注意
此供應商版本僅適用於 Airflow 2.2+,如 Apache Airflow 供應商支援政策 中所述。
2.1.0¶
功能¶
Add more SQL template fields renderers (#21237)
Add conditional 'template_fields_renderers' check for new SQL lexers (#21403)
雜項¶
Add how-to Guide for MSSQL operators (#19470)
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¶
供應商的初始版本。