Package apache-airflow-providers-common-sql
Common SQL Provider
This is detailed commit list of changes for versions provider package: common.sql
.
For high-level changelog, see package information including changelog.
1.7.1
Latest change: 2023-08-23
Commit |
Committed |
Subject |
92474db6a5 |
2023-08-23 |
Refactor: Better percentage formatting (#33595)
|
a54c2424df |
2023-08-23 |
Fix typos (double words and it's/its) (#33623)
|
a91ee7ac2f |
2023-08-20 |
Refactor: Simplify code in smaller providers (#33234)
|
1.7.0
Latest change: 2023-08-11
Commit |
Committed |
Subject |
b5a4d36383 |
2023-08-11 |
Prepare docs for Aug 2023 2nd wave of Providers (#33291)
|
9736143468 |
2023-08-07 |
Add a new parameter to SQL operators to specify conn id field (#30784)
|
1.6.2
Latest change: 2023-08-05
Commit |
Committed |
Subject |
60677b0ba3 |
2023-08-05 |
Prepare docs for Aug 2023 1st wave of Providers (#33128)
|
cfac7d379f |
2023-08-04 |
Make SQLExecute Query signature consistent with other SQL operators (#32974)
|
e3d82c6be0 |
2023-08-04 |
Get rid of Python2 numeric relics (#33050)
|
1.6.1
Latest change: 2023-07-29
Commit |
Committed |
Subject |
d06b7af69a |
2023-07-29 |
Prepare docs for July 2023 3rd wave of Providers (#32875)
|
ce2841bf6a |
2023-07-25 |
Add default port to Openlineage authority method. (#32828)
|
60c49ab2df |
2023-07-19 |
Add more accurate typing for DbApiHook.run method (#31846)
|
ef0ed1aacc |
2023-07-06 |
Fix local OpenLineage import in 'SQLExecuteQueryOperator'. (#32400)
|
1.6.0
Latest change: 2023-07-06
Commit |
Committed |
Subject |
225e3041d2 |
2023-07-06 |
Prepare docs for July 2023 wave of Providers (RC2) (#32381)
|
3878fe6fab |
2023-07-05 |
Remove spurious headers for provider changelogs (#32373)
|
ee4a838d49 |
2023-07-05 |
Pass SQLAlchemy engine to construct information schema query. (#32371)
|
cb4927a018 |
2023-07-05 |
Prepare docs for July 2023 wave of Providers (#32298)
|
f2e2125b07 |
2023-06-29 |
openlineage, common.sql: provide OL SQL parser as internal OpenLineage provider API (#31398)
|
8c37b74a20 |
2023-06-28 |
D205 Support - Providers: Apache to Common (inclusive) (#32226)
|
09d4718d3a |
2023-06-27 |
Improve provider documentation and README structure (#32125)
|
1.5.2
Latest change: 2023-06-20
Commit |
Committed |
Subject |
79bcc2e668 |
2023-06-20 |
Prepare RC1 docs for June 2023 wave of Providers (#32001)
|
9276310a43 |
2023-06-05 |
Improve docstrings in providers (#31681)
|
a59076eaee |
2023-06-02 |
Add D400 pydocstyle check - Providers (#31427)
|
9fa75aaf7a |
2023-05-29 |
Remove Python 3.7 support (#30963)
|
1.5.1
Latest change: 2023-05-24
Commit |
Committed |
Subject |
d745cee3db |
2023-05-24 |
Prepare adhoc wave of Providers (#31478)
|
547e352578 |
2023-05-23 |
Bring back min-airflow-version for preinstalled providers (#31469)
|
1.5.0
Latest change: 2023-05-19
Commit |
Committed |
Subject |
45548b9451 |
2023-05-19 |
Prepare RC2 docs for May 2023 wave of Providers (#31416)
|
abea189022 |
2023-05-18 |
Use '__version__' in providers not 'version' (#31393)
|
f5aed58d9f |
2023-05-18 |
Fixing circular import error in providers caused by airflow version check (#31379)
|
d9ff55cf6d |
2023-05-16 |
Prepare docs for May 2023 wave of Providers (#31252)
|
edd7133a13 |
2023-05-09 |
Add conditional output processing in SQL operators (#31136)
|
00a527f671 |
2023-05-08 |
Remove noisy log from SQL table check (#31037)
|
eef5bc7f16 |
2023-05-03 |
Add full automation for min Airflow version for providers (#30994)
|
d23a3bbed8 |
2023-04-04 |
Add mechanism to suspend providers (#30422)
|
1.4.0
Latest change: 2023-04-02
Commit |
Committed |
Subject |
55dbf1ff1f |
2023-04-02 |
Prepare docs for April 2023 wave of Providers (#30378)
|
a9b79a27b2 |
2023-03-08 |
Add option to show output of 'SQLExecuteQueryOperator' in the log (#29954)
|
95710e0cdd |
2023-03-03 |
Fix Python API docs formatting for Common SQL provider (#29863)
|
1.3.4
Latest change: 2023-03-03
Commit |
Committed |
Subject |
fcd3c0149f |
2023-03-03 |
Prepare docs for 03/2023 wave of Providers (#29878)
|
19f1e7c27b |
2023-02-22 |
Do not process output when do_xcom_push=False (#29599)
|
0af6f20c5f |
2023-01-30 |
Make the S3-to-SQL system test self-contained (#29204)
|
129f0820cd |
2023-01-23 |
Make static checks generated file more stable accross the board (#29080)
|
1.3.3
Latest change: 2023-01-14
Commit |
Committed |
Subject |
911b708ffd |
2023-01-14 |
Prepare docs for Jan 2023 mid-month wave of Providers (#28929)
|
9a7f07491e |
2023-01-09 |
Handle non-compliant behaviour of Exasol cursor (#28744)
|
1.3.2
Latest change: 2023-01-02
Commit |
Committed |
Subject |
5246c009c5 |
2023-01-02 |
Prepare docs for Jan 2023 wave of Providers (#28651)
|
2e7b9f5504 |
2022-12-29 |
Defer to hook setting for split_statements in SQLExecuteQueryOperator (#28635)
|
f115b207bc |
2022-12-18 |
fIx isort problems introduced by recent isort release (#28434)
|
a6cda7cd23 |
2022-12-10 |
Fix template rendering for Common SQL operators (#28202)
|
6852f3fbea |
2022-12-05 |
Add pre-commits preventing accidental API changes in common.sql (#27962)
|
a158fbb6bd |
2022-11-28 |
Clarify docstrings for updated DbApiHook (#27966)
|
1.3.1
Latest change: 2022-11-26
Commit |
Committed |
Subject |
25bdbc8e67 |
2022-11-26 |
Updated docs for RC3 wave of providers (#27937)
|
db5375bea7 |
2022-11-26 |
Fixing the behaviours of SQL Hooks and Operators finally (#27912)
|
2e20e9f7eb |
2022-11-24 |
Prepare for follow-up relase for November providers (#27774)
|
80c327bd3b |
2022-11-24 |
Bump common.sql provider to 1.3.1 (#27888)
|
ea306c9462 |
2022-11-24 |
Fix errors in Databricks SQL operator introduced when refactoring (#27854)
|
dbb4b59dcb |
2022-11-23 |
Restore removed (but used) methods in common.sql (#27843)
|
1.3.0
Latest change: 2022-11-15
Commit |
Committed |
Subject |
12c3c39d1a |
2022-11-15 |
pRepare docs for November 2022 wave of Providers (#27613)
|
3ae98b824d |
2022-11-14 |
Use unused SQLCheckOperator.parameters in SQLCheckOperator.execute. (#27599)
|
5c37b503f1 |
2022-10-31 |
Use DbApiHook.run for DbApiHook.get_records and DbApiHook.get_first (#26944)
|
9ab1a6a3e7 |
2022-10-27 |
Update old style typing (#26872)
|
87eb46bbc6 |
2022-10-26 |
Common sql bugfixes and improvements (#26761)
|
78b8ea2f22 |
2022-10-24 |
Move min airflow version to 2.3.0 for all providers (#27196)
|
2a34dc9e84 |
2022-10-23 |
Enable string normalization in python formatting - providers (#27205)
|
ecd4d6654f |
2022-10-18 |
Add SQLExecuteQueryOperator (#25717)
|
76014609c0 |
2022-10-09 |
DbApiHook consistent insert_rows logging (#26758)
|
f8db64c35c |
2022-09-28 |
Update docs for September Provider's release (#26731)
|
06acf40a43 |
2022-09-13 |
Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)
|
1.2.0
Latest change: 2022-09-05
Commit |
Committed |
Subject |
25d0baa4ee |
2022-09-05 |
Prepare bug-fix release of providers out of band (#26109)
|
27e2101f6e |
2022-08-30 |
Better error messsage for pre-common-sql providers (#26051)
|
a74d934991 |
2022-08-27 |
Fix placeholders in 'TrinoHook', 'PrestoHook', 'SqliteHook' (#25939)
|
874a95cc17 |
2022-08-22 |
Discard semicolon stripping in SQL hook (#25855)
|
dd72e67524 |
2022-08-19 |
Fix (and test) SQLTableCheckOperator on postgresql (#25821)
|
5b3d579a42 |
2022-08-19 |
Don't use Pandas for SQLTableCheckOperator (#25822)
|
1.1.0
Latest change: 2022-08-15
Commit |
Committed |
Subject |
7d0525a55b |
2022-08-15 |
Prepare documentation for RC4 release of providers (#25720)
|
7a19651369 |
2022-08-15 |
Fix SQL split string to include ';-less' statements (#25713)
|
5923788143 |
2022-08-10 |
Fix CHANGELOG for common.sql provider and add amazon commit (#25636)
|
d82436b382 |
2022-08-05 |
Fix fetch_all_handler & db-api tests for it (#25430)
|
348a28957a |
2022-08-04 |
Align Common SQL provider logo location (#25538)
|
acab8f52dd |
2022-07-29 |
Move all "old" SQL operators to common.sql providers (#25350)
|
b0fd105f4a |
2022-07-28 |
Allow Legacy SqlSensor to use the common.sql providers (#25293)
|
5d4abbd58c |
2022-07-27 |
Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)
|
df00436569 |
2022-07-22 |
Unify DbApiHook.run() method with the methods which override it (#23971)
|
be7cb1e837 |
2022-07-22 |
Common SQLCheckOperators Various Functionality Update (#25164)
|
1.0.0
Latest change: 2022-07-07
Commit |
Committed |
Subject |
46bbfdade0 |
2022-07-07 |
Move all SQL classes to common-sql provider (#24836)
|