dbt-mysql icon indicating copy to clipboard operation
dbt-mysql copied to clipboard

Document MySQL protocol databases

Open dbeatty10 opened this issue 3 years ago • 1 comments

Describe the feature

There are mutliple databases that are described as using the MySQL wire protocol and/or syntax including [1]:

There are probably others too. As we learn of them, it would be nice to document if any compatability testing has done against this adapter. Where applicable, redirect them to the specific adapter for the database.

Additional context

Some databases might not support crucial functionality. An example is TiDB's support for create table as ... select statements (CTAS) (#3839, #4754).

dbeatty10 avatar Mar 05 '22 19:03 dbeatty10

Hello @dbeatty10, FYI, we've developed a dbt-tidb adapter based on dbt-mysql. We've tested it against several TiDB versions and document the compatibility issues.

Thanks for your excellent work!

zhangyangyu avatar Apr 02 '22 13:04 zhangyangyu