Export from MySQL to BigQuery

dbt can only do things that your warehouse can already do in SQL. So you can do something like unload a CSV to a GS bucket, but unless there is some native way to connect to MySQL from BQ then no it can’t do it at all.

1 Like