The problem I’m having
The destination Mysql replication has GTID on and ‘create table as select …’ not work for me.
The context of why I’m trying to do this
I try to write data to cloud data base with dbt.
The destination Mysql replication has GTID on and ‘create table as select …’ not work for me.
I try to write data to cloud data base with dbt.
Hello, have you found a solution to this problem? I have the same constraint on a MySQL 5.7 instance, it seems impossible to create any dataset in a table with dbt because of this constraint. Regards