pingcap / dbt-tidb

A dbt adapter for TiDB
Apache License 2.0
14 stars 9 forks source link

Support dbt v1.1 #13

Closed shiyuhang0 closed 2 years ago

shiyuhang0 commented 2 years ago

What problem does this PR solve?

IssueNumber: close https://github.com/pingcap/dbt-tidb/issues/1

What is changed and how it works?

  1. Change the test to the new testing framework
  2. Rename test dir to tests
  3. Support multiple unique key in incremental
  4. Support python 3.10

Check List