Any reference reagarding basic normalization in My...
# contributing-to-airbyte
j
Any reference reagarding basic normalization in MySQL destination?
u
Hi, this is being worked on now
u
Okay got it.👍
u
Thank you
u
Hi @Davin Chia (Airbyte), i have followed this link and made changes as well in my airbyte directory, but when i create mysql destination, there is no option for basic normalization. is there any solution?
u
how can i check i dbt version in aibyte ?
c
Hi, that’s because it’s still being worked on
u
This should be done in the next few weeks
u
okay okay
u
is there another way to custom dbt support for mysql destination?
u
mysql adapter also not spported by dbt.
u
i have created one demo dbt project using this https://github.com/dbeatty10/dbt-mysql plugin to check mysql is working with dbt or not. And i found issue with dbt's '*create view...with'* statement. Mysql supports : • CREATE VIEW view_name as WITH SELECT * FROM... DBT's view statement after dbt run model : • CREATE VIEW view_name as (WITH SELECT * FROM...)
u
Oh yes!
c
It’s possible to perform custom dbt transformations