Skip to content

Releases: pingcap/dbt-tidb

v1.6.4

14 Dec 05:45
2e5758e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v.1.6.4

v1.3.1

29 Dec 06:55
b2e5115
Compare
Choose a tag to compare

Enhancement

  • Add connection attributes (#33)

v1.2.2

29 Dec 06:55
96f9538
Compare
Choose a tag to compare

Enhancement

  • Add connection attributes (#37)

v1.1.2

29 Dec 06:53
598cdb0
Compare
Choose a tag to compare

Enhancement

  • Add connection attributes (#36)

v1.0.2

29 Dec 06:48
a2683d2
Compare
Choose a tag to compare

Enhancement

  • Add connection attributes (#38)

v1.3.0

05 Dec 08:29
8956783
Compare
Choose a tag to compare

Features

  • Support dbt-core v1.3.0 (#29)
  • Use delete+insert as the default strategy of incremental models.

v1.2.1

09 Nov 09:29
a69f8db
Compare
Choose a tag to compare

Fixes

  • Fix version inconsistencies (#24)

v1.1.1

09 Nov 09:26
b51b54b
Compare
Choose a tag to compare

Fixes

  • Fix version inconsistencies (#25)

v1.2.0

22 Aug 09:27
8133a3e
Compare
Choose a tag to compare

Features

  • Support dbt-core v1.2.0 (#6)
  • Lift + shift for cross-db macros (#6)
  • Support connection retry (#6)
  • Support grant (#6)

v1.1.0

22 Aug 08:32
93e2c45
Compare
Choose a tag to compare

Fixes

  • Add quote to column in create_table_as marco (#9)
  • Delete PRI, UNI constraint in create_table_as marco (#10)
  • Fix the inaccurate supported features in README.md (#13)

Enhancement

  • Use black to fmt Python (#12)
  • Add test for TiDB 5.3 in GitHub action (#13)
  • Use new test framework in test suite (dbt.tests.adapter.basic) (#13)

Features

  • Support dbt-core v1.1.0 (#13)
  • Support multiple unique key parameter in the incremental model and add tests for it (#13)
  • Support Python 3.10 and drop support for Python 3.7 (#13)