Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

69 lines (54 loc) · 2.48 KB

dbt-tidb changelog

[1.6.4]2023-12-14

Features

  • Support dbt-core v1.6.4 (#52)

[1.3.1]2022-12-29

Enhancement

  • Add connection attributes (#33)

[1.2.2]2022-12-29

Enhancement

  • Add connection attributes (#37)

[1.1.2]2022-12-29

Enhancement

  • Add connection attributes (#36)

[1.0.2]2022-12-29

Enhancement

  • Add connection attributes (#38)

[1.3.0]2022-12-5

Features

  • Support dbt-core v1.3.0 (#29)

[1.2.1]2022-11-9

Fixes

  • Fix version inconsistencies (#24)

[1.1.1]2022-11-9

Fixes

  • Fix version inconsistencies (#25)

[1.2.0]2022-8-22

Features

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

[1.0.1]2022-8-22

Fixes

  • Add quote to column in create_table_as marco (#9)
  • Delete PRI, UNI constraint in create_table_as marco (#10)

Enhancement

  • Use black to fmt Python (#12)

[1.1.0]2022-8-22

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)

[1.0.0]2022-3-31

  • first tidb adapter for dbt plugin
  • work on TiDB>=4.0
  • work on dbt-core==1.0.1