https://linen.dev logo
j

Jay Patel

06/08/2021, 5:41 AM
Any reference reagarding basic normalization in MySQL destination?
u

user

06/08/2021, 6:32 AM
Hi, this is being worked on now
u

user

06/08/2021, 12:20 PM
Okay got it.👍
u

user

06/08/2021, 12:20 PM
Thank you
u

user

07/03/2021, 7:13 AM
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

user

07/03/2021, 7:25 AM
how can i check i dbt version in aibyte ?
c

Cristiano Sarmento

07/03/2021, 7:31 AM
Hi, that’s because it’s still being worked on
u

user

07/03/2021, 7:32 AM
This should be done in the next few weeks
u

user

07/03/2021, 7:35 AM
okay okay
u

user

07/03/2021, 8:53 AM
is there another way to custom dbt support for mysql destination?
u

user

07/03/2021, 8:55 AM
mysql adapter also not spported by dbt.
u

user

07/03/2021, 9:06 AM
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

user

07/03/2021, 9:36 AM
Oh yes!
c

Cristiano Sarmento

07/03/2021, 9:36 AM
It’s possible to perform custom dbt transformations