Releases: pingcap/dbt-tidb
Releases · pingcap/dbt-tidb
v1.6.4
What's Changed
- upgrade to support dbt-core v1.6.4 by @Dieken in #52
- changelog_1.6.4 by @shiyuhang0 in #54
New Contributors
Full Changelog: v1.3.0...v.1.6.4
v1.3.1
v1.2.2
v1.1.2
v1.0.2
v1.3.0
v1.2.1
v1.1.1
v1.2.0
v1.1.0
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)