包 apache-airflow-providers-common-sql
通用 SQL 提供程序
这是提供程序包 common.sql
版本更改的详细提交列表。有关高级别更新日志,请参阅 包信息包括更新日志。
1.26.0
最新更改: 2025-04-16
提交 |
已提交 |
主题 |
b075a1d18d |
2025-04-16 |
feat: integrate 'polars' in 'get_df', 'get_df_by_chunks' (#48875)
|
cb295c351a |
2025-04-14 |
remove superfluous else block (#49199)
|
4a8567b20b |
2025-04-10 |
Prepare docs for Apr 2nd wave of providers (#49051)
|
f7c16b8ed2 |
2025-04-08 |
feat(secrets_masker): add minimum secret length and skip masking for common terms (#48791)
|
7b2ec33c7a |
2025-04-08 |
Remove unnecessary entries in get_provider_info and update the schema (#48849)
|
139673d3ce |
2025-04-07 |
Remove fab from preinstalled providers (#48457)
|
67858fd7e7 |
2025-04-06 |
Improve documentation building iteration (#48760)
|
1.25.0
最新更改: 2025-04-06
提交 |
已提交 |
主题 |
adbb062b50 |
2025-04-06 |
Prepare docs for Apr 1st wave of providers (#48828)
|
d4473555c0 |
2025-04-02 |
Simplify tooling by switching completely to uv (#48223)
|
65b90d855e |
2025-04-02 |
Add requires_result_fetch Configuration to SQLExecuteQueryOperator (#46997)
|
47002feacd |
2025-03-30 |
Upgrade ruff to latest version (#48553)
|
347c98cd8c |
2025-03-28 |
Move 'BaseSensorOperator' to TaskSDK definitions (#48244)
|
1.24.1
最新更改: 2025-03-26
提交 |
已提交 |
主题 |
c762e17820 |
2025-03-26 |
Prepare docs for Mar 2nd wave of providers (#48383)
|
6adb2dbae4 |
2025-03-25 |
Upgrade providers flit build requirements to 3.12.0 (#48362)
|
e6c0793b27 |
2025-03-22 |
Do not allow semicolon in partition_clause (#48098)
|
243fe86d4b |
2025-03-21 |
Move airflow sources to airflow-core package (#47798)
|
1a5eb7a29c |
2025-03-20 |
Bump various providers in preparation for Airflow 3.0.0b4 (#48013)
|
91b0f610ab |
2025-03-17 |
AIP-72: Handle Custom XCom Backend on Task SDK (#47339)
|
935d2831fe |
2025-03-15 |
Remove links to x/twitter.com (#47801)
|
a6f6733b35 |
2025-03-15 |
AIP-72: Implement short circuit and branch operators (#46584)
|
ea347cb526 |
2025-03-13 |
Fix get_hook() got an unexpected keyword argument 'hook_params' in SQLExecuteQueryTrigger (#47728)
|
1.24.0
最新更改: 2025-03-09
提交 |
已提交 |
主题 |
492ecfe5c0 |
2025-03-09 |
Prepare docs for Mar 1st wave of providers (#47545)
|
e4002c3305 |
2025-03-05 |
Move tests_common package to devel-common project (#47281)
|
1addb55154 |
2025-02-28 |
Improve documentation for updating provider dependencies (#47203)
|
28c93d93ca |
2025-02-27 |
fIx deprecation warnings in common.sql (#47169)
|
c0719fe694 |
2025-02-27 |
Add missing 'methodtools' dependency of the 'common-sql' provider (#47148)
|
310f5cdfde |
2025-02-26 |
Add deferred pagination mode to GenericTransfer (#44809)
|
c6c4f95ed9 |
2025-02-25 |
Add legacy namespace packages to airflow.providers (#47064)
|
dbf8bb4092 |
2025-02-24 |
Remove extra whitespace in provider readme template (#46975)
|
b28c336e8b |
2025-02-21 |
Upgrade flit to 3.11.0 (#46938)
|
1.23.0
最新更改: 2025-02-21
提交 |
已提交 |
主题 |
0653ffe78e |
2025-02-21 |
Prepare docs for Feb 1st wave of providers (fixed) (#46962)
|
5d87bddf0a |
2025-02-21 |
Prepare docs for Feb 1st wave of providers (#46893)
|
4d5846f58f |
2025-02-16 |
Move provider_tests to unit folder in provider tests (#46800)
|
e027457a24 |
2025-02-15 |
Removed the unused provider's distribution (#46608)
|
e6ea6709bb |
2025-02-04 |
Moving EmptyOperator to standard provider (#46231)
|
ee6bd7ee16 |
2025-02-03 |
Fix doc issues found with recent moves (#46372)
|
880b067668 |
2025-02-03 |
Add run_after column to DagRun model (#45732)
|
3f07d80867 |
2025-01-28 |
Adding type ignore to sql hook (#46163)
|
2fda2c1902 |
2025-01-27 |
Fix DbApiHook.insert_rows logging incorrect number of rows commited (#45789)
|
17d3a605f0 |
2025-01-26 |
Fix escaping of special characters or reserved words as column names in dialects of common sql provider (#45640)
|
29b9e8ea10 |
2025-01-25 |
move standard, alibaba and common.sql provider to the new structure (#45964)
|
ccbd536d28 |
2025-01-24 |
Added ADR document describing why the notion of dialects is introduced (#45456)
|
2f3601de8a |
2025-01-20 |
Bring back mypy checks for new-structure providers (#45815)
|
b1f709b724 |
2025-01-04 |
Remove obsolete pandas specfication for pre-python 3.9 (#45399)
|
87c55b5145 |
2024-12-31 |
Introduce notion of dialects in DbApiHook (#41327)
|
1.21.0
最新更改: 2024-12-20
提交 |
已提交 |
主题 |
2723508345 |
2024-12-20 |
Prepare docs for Nov 1st wave of providers Dec 2024 (#45042)
|
35b927fe17 |
2024-12-19 |
Update path of example dags in docs (#45069)
|
4b38bed76c |
2024-12-16 |
Bump min version of Providers to 2.9 (#44956)
|
ad3d02205f |
2024-12-14 |
Fix static checks in common SQL hooks (#44930)
|
bb259eaa67 |
2024-12-09 |
Added output_processor parameter to SQLQueryOperator and fixed bug with return_single_query_results handler when None is passed as split_statements (#44781)
|
f76883c95d |
2024-12-09 |
Added documentation for the SqlThresholdCheckOperator (#44787)
|
2688d7ce6f |
2024-12-05 |
Remove Provider Deprecations in Common SQL (#44645)
|
1275fec92f |
2024-11-24 |
Use Python 3.9 as target version for Ruff & Black rules (#44298)
|
7a2fae0eef |
2024-11-19 |
Moved common SQL handler methods of common-sql-provider into dedicated module (#43747)
|
4dfae23532 |
2024-11-15 |
Update DAG example links in multiple providers documents (#44034)
|
1.20.0
最新更改: 2024-11-14
提交 |
已提交 |
主题 |
a53d9f6d25 |
2024-11-14 |
Prepare docs for Nov 1st wave of providers (#44011)
|
e7194dff6a |
2024-11-13 |
Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)
|
d8c7d28411 |
2024-10-30 |
Start porting DAG definition code to the Task SDK (#43076)
|
1.19.0
最新更改: 2024-10-27
提交 |
已提交 |
主题 |
78ff0a9970 |
2024-10-27 |
Prepare docs for Oct 2nd wave of providers (#43409)
|
a70038223e |
2024-10-26 |
fix mypy failure (#43206)
|
2c394e3c85 |
2024-10-25 |
Feature: Added fast_executemany parameter to insert_rows of DbApiHook (#43357)
|
4d54cda411 |
2024-10-24 |
Make conn id parameters templated in GenericTransfer and also allow passing hook parameters like in BaseSQLOperator (#42891)
|
b86bb24984 |
2024-10-18 |
37437 (#43107)
|
857ca4c06c |
2024-10-09 |
Split providers out of the main "airflow/" tree into a UV workspace project (#42505)
|
1.18.0
最新更改: 2024-10-09
提交 |
已提交 |
主题 |
2bb8628463 |
2024-10-09 |
Prepare docs for Oct 1st adhoc wave of providers (#42862)
|
9ba45b6d5f |
2024-10-07 |
FIX: Only pass connection to sqlalchemy engine in JdbcHook (#42705)
|
5973c9cce1 |
2024-10-04 |
feat(providers/common/sql): add warning to connection setter (#42736)
|
1.17.1
最新更改: 2024-09-27
提交 |
已提交 |
主题 |
bcee926d49 |
2024-09-27 |
Prepare docs for Sep 2nd adhoc wave of providers (#42519)
|
7ad586ed6a |
2024-09-26 |
fix(providers/common/sql): add dummy connection setter for backward compatibility (#42490)
|
47c71108a8 |
2024-09-22 |
Changed type hinting for handler function (#42275)
|
1.17.0
最新更改: 2024-09-21
提交 |
已提交 |
主题 |
7628d47d04 |
2024-09-21 |
Prepare docs for Sep 1st wave of providers (#42387)
|
17c30b4f21 |
2024-09-05 |
feat: log client db messages for provider postgres (#40171)
|
2e813eb87d |
2024-09-04 |
Generalize caching of connection in DbApiHook to improve performance (#40751)
|
1613e9ec1c |
2024-08-25 |
remove soft_fail (#41710)
|
1.16.0
最新更改: 2024-08-19
提交 |
已提交 |
主题 |
75fb7acbac |
2024-08-19 |
Prepare docs for Aug 2nd wave of providers (#41559)
|
c8dc1971ad |
2024-08-14 |
fix: rm deprecated import (#41461)
|
fcbff15bda |
2024-08-12 |
Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)
|
1.15.0
最新更改: 2024-08-03
提交 |
已提交 |
主题 |
d23881c648 |
2024-08-03 |
Prepare docs for Aug 1st wave of providers (#41230)
|
f6c7388cfa |
2024-07-26 |
Create SQLAlchemy engine from connection in DB Hook and added autocommit param to insert_rows method (#40669)
|
1.14.2
最新更改: 2024-07-09
提交 |
已提交 |
主题 |
09a7bd1d58 |
2024-07-09 |
Prepare docs 1st wave July 2024 (#40644)
|
3f0979c9f1 |
2024-07-05 |
FIX: DbApiHook.insert_rows unnecessarily restarting connections (#40615)
|
a62bd83188 |
2024-06-27 |
Enable enforcing pydocstyle rule D213 in ruff. (#40448)
|
248e0a2eca |
2024-06-23 |
Resolve postgres deprecations in tests (#40392)
|
1.14.1
最新更改: 2024-06-22
提交 |
已提交 |
主题 |
6e5ae26382 |
2024-06-22 |
Prepare docs 2nd wave June 2024 (#40273)
|
81c331e29a |
2024-06-17 |
Update pandas minimum requirement for Python 3.12 (#40272)
|
c0f27094ab |
2024-06-04 |
iMPlement per-provider tests with lowest-direct dependency resolution (#39946)
|
651a6d6a68 |
2024-06-03 |
standardizes template fields for 'BaseSQLOperator' and adds 'database' as a templated field (#39826)
|
1.14.0
最新更改: 2024-05-26
提交 |
已提交 |
主题 |
34500f3a2f |
2024-05-26 |
Prepare docs 3rd wave May 2024 (#39738)
|
1734b15e4e |
2024-05-23 |
Add typing for SqlSensor (#39773)
|
db80e5e21c |
2024-05-18 |
DbAPiHook: Don't log a warning message if placeholder is None and make sure warning message is formatted correctly (#39690)
|
9669f51f0a |
2024-05-15 |
refactor: The executemany parameter of insert_rows should not be deprecated as for some hooks we don't want to enable a system-wide supports_executemany parameter, that way we can also keep using it in dedicated situations (#39630)
|
ce4e8477f1 |
2024-05-13 |
Add 'parameters' as template field for SqlSensor (#39588)
|
2b1a2f8d56 |
2024-05-11 |
Reapply templates for all providers (#39554)
|
2c05187b07 |
2024-05-10 |
Faster 'airflow_version' imports (#39552)
|
73918925ed |
2024-05-08 |
Simplify 'airflow_version' imports (#39497)
|
1.13.0
最新更改: 2024-05-01
提交 |
已提交 |
主题 |
fe4605a10e |
2024-05-01 |
Prepare docs 1st wave May 2024 (#39328)
|
ead9b00f7c |
2024-04-25 |
Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)
|
ecc5af70eb |
2024-04-22 |
openlineage, snowflake: do not run external queries for Snowflake (#39113)
|
08f4b923ab |
2024-04-14 |
Add 'sqlalchemy_url' property to 'DbApiHook' class (#38871)
|
ed99893853 |
2024-04-12 |
Fix 'DbApiHook.insert_rows' when 'rows' is a generator (#38972)
|
7ab24c7723 |
2024-04-12 |
Always use the executemany method when inserting rows in DbApiHook as it's way much faster (#38715)
|
4f169bd2f3 |
2024-04-11 |
Fix 'update-common-sql-api-stubs' pre-commit check (#38915)
|
1.12.0
最新更改: 2024-04-10
提交 |
已提交 |
主题 |
5fa80b6aea |
2024-04-10 |
Prepare docs 1st wave (RC1) April 2024 (#38863)
|
94153d70ac |
2024-04-09 |
fix: try002 for provider common sql (#38800)
|
ef97ed245b |
2024-04-07 |
Add hook_params to template_fields for BaseSQLOperator-related Operators (#38724)
|
0b1308ce45 |
2024-04-06 |
Make 'placeholder' of DbApiHook configurable in UI (#38528)
|
b06f401fa5 |
2024-03-28 |
Undeprecating 'DBApiHookForTests._make_common_data_structure' (#38573)
|
b5b972a106 |
2024-03-18 |
Update yanked versions in providers changelogs (#38262)
|
0a74928894 |
2024-03-18 |
Bump ruff to 0.3.3 (#38240)
|
1.11.1
最新更改: 2024-03-04
提交 |
已提交 |
主题 |
83316b8158 |
2024-03-04 |
Prepare docs 1st wave (RC1) March 2024 (#37876)
|
2ab60812a0 |
2024-03-01 |
Make 'executemany' keyword arguments only in DbApiHook.insert_rows' (#37840)
|
9e4bdc9e45 |
2024-02-27 |
Limit 'pandas' to '<2.2' (#37748)
|
1.11.0
最新更改: 2024-02-17
提交 |
已提交 |
主题 |
75182363a2 |
2024-02-17 |
Prepare docs 1st wave (RC2) of Providers February 2024 (#37471)
|
5a0be392e6 |
2024-02-16 |
Add comment about versions updated by release manager (#37488)
|
a457a75c05 |
2024-02-15 |
Added Supported Database Types (#37376)
|
b6ca84701e |
2024-02-15 |
Fix SQLThresholdCheckOperator error on falsey vals (#37150)
|
560d073943 |
2024-02-12 |
Add more-itertools as dependency of common-sql (#37359)
|
bfb054e9e8 |
2024-02-12 |
Prepare docs 1st wave of Providers February 2024 (#37326)
|
70fd6ada39 |
2024-02-10 |
Enhancement: Performance enhancement for insert_rows method DbApiHook with fast executemany + SAP Hana support (#37246)
|
dec2662190 |
2024-01-30 |
feat: Switch all class, functions, methods deprecations to decorators (#36876)
|
1.10.1
最新更改: 2024-01-26
提交 |
已提交 |
主题 |
cead3da4a6 |
2024-01-26 |
Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)
|
0b680c9492 |
2024-01-26 |
撤销 "在 提供方 hook 中提供 logger_name 参数 以覆盖 记录器名称 (#36675)" (#37015)
|
2b4da0101f |
2024-01-22 |
准备 提供方 2024 年 1 月 第二波文档 (#36945)
|
6bd450da1e |
2024-01-10 |
在 提供方 hook 中提供 logger_name 参数 以覆盖 记录器名称 (#36675)
|
ecb2c9f24d |
2024-01-09 |
设置 所有提供方 和 airflow 的最低 pandas 依赖到 1.2.5 (#36698)
|
19ebcac239 |
2024-01-07 |
准备 提供方 2024 年 1 月 第一波文档 (#36640)
|
6937ae7647 |
2023-12-30 |
通过简化 提供方状态 来加速 Breeze 的自动补全 (#36499)
|
1.10.0
最新更改: 2023-12-23
提交 |
已提交 |
主题 |
b15d5578da |
2023-12-23 |
在 十二月重新应用 更新后的版本号 到第二波提供方 (#36380)
|
f5883d6e7b |
2023-12-23 |
准备 十二月第二波提供方 (#36373)
|
5fe5d31a46 |
2023-12-22 |
在 DBApi 派生类中返回通用数据结构
|
f84eb2ab6f |
2023-12-21 |
使 ODBC 的“占位符” 在 UI 中可配置 (#36000)
|
5c1d8f40a1 |
2023-12-20 |
SQLCheckOperator 在返回包含任何 False 值的字典时会失败 (#36273)
|
1.9.0
最新更改: 2023-12-08
提交 |
已提交 |
主题 |
999b70178a |
2023-12-08 |
准备 提供方 2023 年 12 月 第一波文档 (#36112)
|
d0918d77ee |
2023-12-07 |
提高提供方中最低 Airflow 版本至 Airflow 2.6.0 (#36017)
|
3bb5978e63 |
2023-12-06 |
为 common.sql 引入 添加架构决策记录 (#36015)
|
1.8.1
最新更改: 2023-11-24
提交 |
已提交 |
主题 |
0b23d5601c |
2023-11-24 |
准备 提供方 2023 年 11 月 第二波文档 (#35836)
|
2a469b3713 |
2023-11-21 |
移除 DbApiHook 的向下兼容继承 (#35754)
|
99534e47f3 |
2023-11-19 |
对提供方软件包使用可重现构建 (#35693)
|
064fc2b775 |
2023-11-17 |
通过新的 'make_serializable' 方法使 pyodbc.Row 和 databricks.Row 可 JSON 序列化 (#32319)
|
99df205f42 |
2023-11-16 |
修复并重新应用提供方文档的模板 (#35686)
|
1b059c57d6 |
2023-11-08 |
准备 提供方 2023 年 11 月 第一波文档 (#35537)
|
11bdfe4c12 |
2023-11-07 |
解决示例和提供方中的类型问题 (#35494)
|
706878ec35 |
2023-11-04 |
移除生成的变更日志中的空行 (#35436)
|
052e26ad47 |
2023-11-04 |
将 security.rst 更改为在提供方中使用 include (#35435)
|
d1c58d86de |
2023-10-28 |
准备 提供方 2023 年 10 月 第三波文档 - 修复 (#35233)
|
3592ff4046 |
2023-10-28 |
准备 提供方 2023 年 10 月 第三波文档 (#35187)
|
dd7ba3cae1 |
2023-10-19 |
提供方中升级前 'ruff==0.0.292' 的更改 (#35053)
|
b75f9e8806 |
2023-10-18 |
升级 pre-commits (#35033)
|
f23170c9dd |
2023-10-16 |
支持 D401 - 从 A 到 Common (包含) (#34934)
|
1.8.0
最新更改: 2023-10-13
提交 |
已提交 |
主题 |
e9987d5059 |
2023-10-13 |
准备 提供方 2023 年 10 月 第一波文档 (#34916)
|
128f6b9e40 |
2023-10-13 |
在 'common.sql' 变更日志中添加缺失的头部 (#34910)
|
0c8e30e43b |
2023-10-05 |
提高提供方的最低 airflow 版本 (#34728)
|
7ebf4220c9 |
2023-09-28 |
重构提供方中 str() 的用法 (#34320)
|
659d94f0ae |
2023-09-21 |
在提供方中使用 'airflow.exceptions.AirflowException' (#34511)
|
f5c2748c33 |
2023-09-08 |
修复(providers/sql): 当抛出异常时遵守 soft_fail 参数 (#34199)
|
1.7.2
最新更改: 2023-09-08
提交 |
已提交 |
主题 |
21990ed894 |
2023-09-08 |
准备提供方 2023 年 9 月 第一波文档 (#34201)
|
a7310f9c91 |
2023-09-05 |
重构提供方中的正则表达式 (#33898)
|
d757f6a3af |
2023-09-03 |
修复 BigQueryValueCheckOperator 可延迟模式优化 (#34018)
|
1.7.1
最新更改: 2023-08-26
提交 |
已提交 |
主题 |
c077d19060 |
2023-08-26 |
准备提供方 2023 年 8 月 第三波文档 (#33730)
|
92474db6a5 |
2023-08-23 |
重构: 更好的百分比格式化 (#33595)
|
a54c2424df |
2023-08-23 |
修复拼写错误 (重复词和 it's/its) (#33623)
|
a91ee7ac2f |
2023-08-20 |
重构: 简化较小提供方中的代码 (#33234)
|
1.7.0
最新更改: 2023-08-11
提交 |
已提交 |
主题 |
b5a4d36383 |
2023-08-11 |
准备提供方 2023 年 8 月 第二波文档 (#33291)
|
9736143468 |
2023-08-07 |
为 SQL 算子添加新参数以指定连接 id 字段 (#30784)
|
1.6.2
最新更改: 2023-08-05
提交 |
已提交 |
主题 |
60677b0ba3 |
2023-08-05 |
准备提供方 2023 年 8 月 第一波文档 (#33128)
|
cfac7d379f |
2023-08-04 |
使 SQLExecute Query 签名与其他 SQL 算子保持一致 (#32974)
|
e3d82c6be0 |
2023-08-04 |
移除 Python2 数字遗留物 (#33050)
|
1.6.1
最新更改: 2023-07-29
提交 |
已提交 |
主题 |
d06b7af69a |
2023-07-29 |
准备提供方 2023 年 7 月 第三波文档 (#32875)
|
ce2841bf6a |
2023-07-25 |
为 Openlineage 授权方法添加默认端口。 (#32828)
|
73b90c48b1 |
2023-07-21 |
允许提供方贡献配置 (#32604)
|
60c49ab2df |
2023-07-19 |
为 DbApiHook.run 方法添加更精确的类型提示 (#31846)
|
ef0ed1aacc |
2023-07-06 |
修复 在 'SQLExecuteQueryOperator' 中的本地 OpenLineage 导入。 (#32400)
|
1.6.0
最新更改: 2023-07-06
提交 |
已提交 |
主题 |
225e3041d2 |
2023-07-06 |
准备提供方 2023 年 7 月版本的文档 (RC2) (#32381)
|
3878fe6fab |
2023-07-05 |
移除提供方变更日志中多余的头部 (#32373)
|
ee4a838d49 |
2023-07-05 |
传递 SQLAlchemy 引擎 以构建信息模式查询。 (#32371)
|
cb4927a018 |
2023-07-05 |
准备提供方 2023 年 7 月版本的文档 (#32298)
|
f2e2125b07 |
2023-06-29 |
openlineage, common.sql: 提供 OL SQL 解析器作为内部 OpenLineage 提供方 API (#31398)
|
8c37b74a20 |
2023-06-28 |
支持 D205 - 从 Apache 到 Common (包含) (#32226)
|
09d4718d3a |
2023-06-27 |
改进提供方文档和 README 结构 (#32125)
|
1.5.2
最新更改: 2023-06-20
提交 |
已提交 |
主题 |
79bcc2e668 |
2023-06-20 |
准备提供方 2023 年 6 月版本的 RC1 文档 (#32001)
|
9276310a43 |
2023-06-05 |
改进提供方中的文档字符串 (#31681)
|
a59076eaee |
2023-06-02 |
添加 D400 pydocstyle 检查 - 提供方 (#31427)
|
9fa75aaf7a |
2023-05-29 |
移除 Python 3.7 支持 (#30963)
|
1.5.1
最新更改: 2023-05-24
提交 |
已提交 |
主题 |
d745cee3db |
2023-05-24 |
准备提供方的 adhoc 波次 (#31478)
|
547e352578 |
2023-05-23 |
恢复预装提供方的最低 airflow 版本 (#31469)
|
1.5.0
最新更改: 2023-05-19
提交 |
已提交 |
主题 |
45548b9451 |
2023-05-19 |
准备提供方 2023 年 5 月版本的 RC2 文档 (#31416)
|
abea189022 |
2023-05-18 |
在提供方中使用 '__version__' 而非 'version' (#31393)
|
f5aed58d9f |
2023-05-18 |
修复由 airflow 版本检查引起的循环导入错误 (#31379)
|
d9ff55cf6d |
2023-05-16 |
准备提供方 2023 年 5 月版本的文档 (#31252)
|
edd7133a13 |
2023-05-09 |
在 SQL 算子中添加条件输出处理 (#31136)
|
00a527f671 |
2023-05-08 |
移除 SQL 表检查中嘈杂的日志 (#31037)
|
eef5bc7f16 |
2023-05-03 |
为提供方最低 Airflow 版本添加完全自动化 (#30994)
|
d23a3bbed8 |
2023-04-04 |
添加暂停提供方的机制 (#30422)
|
1.4.0
最新更改: 2023-04-02
提交 |
已提交 |
主题 |
55dbf1ff1f |
2023-04-02 |
准备提供方 2023 年 4 月版本的文档 (#30378)
|
a9b79a27b2 |
2023-03-08 |
添加选项以在日志中显示 'SQLExecuteQueryOperator' 的输出 (#29954)
|
95710e0cdd |
2023-03-03 |
修复通用 SQL 提供方的 Python API 文档格式 (#29863)
|
1.3.4
最新更改: 2023-03-03
提交 |
已提交 |
主题 |
fcd3c0149f |
2023-03-03 |
准备提供方 2023 年 3 月版本的文档 (#29878)
|
19f1e7c27b |
2023-02-22 |
当 do_xcom_push=False 时不处理输出 (#29599)
|
ce6ae2457e |
2023-02-08 |
准备提供方 2023 年 2 月版本的文档 (#29379)
|
0af6f20c5f |
2023-01-30 |
使 S3 到 SQL 系统测试自包含 (#29204)
|
129f0820cd |
2023-01-23 |
使静态检查生成的文件在所有方面更稳定 (#29080)
|
1.3.3
最新更改: 2023-01-14
提交 |
已提交 |
主题 |
911b708ffd |
2023-01-14 |
准备提供方 2023 年 1 月中旬版本的文档 (#28929)
|
9a7f07491e |
2023-01-09 |
处理 Exasol 游标不符合规范的行为 (#28744)
|
1.3.2
最新更改: 2023-01-02
提交 |
已提交 |
主题 |
5246c009c5 |
2023-01-02 |
准备提供方 2023 年 1 月版本的文档 (#28651)
|
2e7b9f5504 |
2022-12-29 |
在 SQLExecuteQueryOperator 中,针对 split_statements 推迟到 hook 设置 (#28635)
|
f115b207bc |
2022-12-18 |
修复最近 isort 版本引入的 isort 问题 (#28434)
|
a6cda7cd23 |
2022-12-10 |
修复通用 SQL 算子的模板渲染 (#28202)
|
6852f3fbea |
2022-12-05 |
在 common.sql 中添加防止意外 API 更改的 pre-commits (#27962)
|
c8e348dcb0 |
2022-12-05 |
在示例 dag 索引中添加自动化版本替换 (#28090)
|
a158fbb6bd |
2022-11-28 |
澄清更新后的 DbApiHook 的文档字符串 (#27966)
|
1.3.1
最新更改: 2022-11-26
提交 |
已提交 |
主题 |
25bdbc8e67 |
2022-11-26 |
RC3 波次提供方更新的文档 (#27937)
|
db5375bea7 |
2022-11-26 |
最终修复 SQL Hooks 和 Operators 的行为 (#27912)
|
2e20e9f7eb |
2022-11-24 |
准备十一月提供方的后续发布 (#27774)
|
80c327bd3b |
2022-11-24 |
将 common.sql 提供方版本提高到 1.3.1 (#27888)
|
ea306c9462 |
2022-11-24 |
修复重构引入的 Databricks SQL 算子中的错误 (#27854)
|
dbb4b59dcb |
2022-11-23 |
恢复已移除 (但仍在使用的) common.sql 方法 (#27843)
|
1.3.0
最新更改: 2022-11-15
提交 |
已提交 |
主题 |
12c3c39d1a |
2022-11-15 |
准备提供方 2022 年 11 月版本的文档 (#27613)
|
3ae98b824d |
2022-11-14 |
在 SQLCheckOperator.execute 中使用未使用的 SQLCheckOperator.parameters (#27599)
|
5c37b503f1 |
2022-10-31 |
对 DbApiHook.get_records 和 DbApiHook.get_first 使用 DbApiHook.run (#26944)
|
9ab1a6a3e7 |
2022-10-27 |
更新旧样式类型提示 (#26872)
|
87eb46bbc6 |
2022-10-26 |
Common SQL 错误修复和改进 (#26761)
|
78b8ea2f22 |
2022-10-24 |
将所有提供方的最低 airflow 版本移动到 2.3.0 (#27196)
|
2a34dc9e84 |
2022-10-23 |
在 python 格式化中启用字符串规范化 - 提供方 (#27205)
|
ecd4d6654f |
2022-10-18 |
添加 SQLExecuteQueryOperator (#25717)
|
76014609c0 |
2022-10-09 |
DbApiHook 一致的 insert_rows 日志记录 (#26758)
|
674f9ce6ea |
2022-10-01 |
一些文档修复 (#26788)
|
f8db64c35c |
2022-09-28 |
更新九月份提供方版本的文档 (#26731)
|
06acf40a43 |
2022-09-13 |
将 PEP-563 (推迟评估注解) 应用于非核心 airflow (#26289)
|
1.2.0
最新更改: 2022-09-05
提交 |
已提交 |
主题 |
25d0baa4ee |
2022-09-05 |
准备带外提供方的错误修复版本 (#26109)
|
27e2101f6e |
2022-08-30 |
pre-common-sql 提供方更好的错误消息 (#26051)
|
a74d934991 |
2022-08-27 |
修复 'TrinoHook', 'PrestoHook', 'SqliteHook' 中的占位符 (#25939)
|
874a95cc17 |
2022-08-22 |
丢弃 SQL hook 中的分号剥离 (#25855)
|
dd72e67524 |
2022-08-19 |
修复 (并测试) 在 postgresql 上的 SQLTableCheckOperator (#25821)
|
5b3d579a42 |
2022-08-19 |
不在 SQLTableCheckOperator 中使用 Pandas (#25822)
|
1.1.0
最新更改: 2022-08-15
提交 |
已提交 |
主题 |
7d0525a55b |
2022-08-15 |
准备 提供方 RC4 版本的文档 (#25720)
|
7a19651369 |
2022-08-15 |
修复 SQL 拆分字符串以包含不含分号的语句 (#25713)
|
5923788143 |
2022-08-10 |
修复 common.sql 提供方的 CHANGELOG 并添加 amazon commit (#25636)
|
e5ac6c7cfb |
2022-08-10 |
准备新提供方版本 (2022 年 8 月) 的文档 (#25618)
|
d82436b382 |
2022-08-05 |
修复 fetch_all_handler 和 db-api 测试 (#25430)
|
348a28957a |
2022-08-04 |
对齐 Common SQL 提供方徽标位置 (#25538)
|
acab8f52dd |
2022-07-29 |
将所有“旧的” SQL 算子移动到 common.sql 提供方 (#25350)
|
b0fd105f4a |
2022-07-28 |
允许旧版 SqlSensor 使用 common.sql 提供方 (#25293)
|
5d4abbd58c |
2022-07-27 |
弃用 hql 参数并同步 DBApiHook 方法 API (#25299)
|
df00436569 |
2022-07-22 |
统一 DbApiHook.run() 方法与覆盖它的方法一致 (#23971)
|
be7cb1e837 |
2022-07-22 |
Common SQLCheckOperators 各项功能更新 (#25164)
|
1.0.0
最新更改: 2022-07-13
提交 |
已提交 |
主题 |
d2459a241b |
2022-07-13 |
添加 2022 年 7 月提供方版本的文档 (#25030)
|
46bbfdade0 |
2022-07-07 |
将所有 SQL 类移动到 common-sql 提供方 (#24836)
|