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.3.0

Latest change: 2022-11-14

Commit

Committed

Subject

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)

Was this entry helpful?