Skip to content

v1.1.0

Compare
Choose a tag to compare
@shiyuhang0 shiyuhang0 released this 22 Aug 08:32
· 3 commits to release-1.1 since this release
93e2c45

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)