Hello!
I’m trying to use Insert activity to upload datatable into BigQuery table. I’m using Connect to database to set connection. Then I tried:
- Building dt in workflow, then insert it → error.
- Creating excel file, reading it, inserting → error.
- Creating excel file, reading it, substituting column names with names from BigQuery table to make them identical → error.
- I even tried to download table from GCP directly, and then upload those same values with Insert → still same error…
Still getting this one:
Insert: ERROR [42000] [Simba][BigQuery] (70) Invalid query: Syntax error: SELECT list must not be empty at [1:9]
What am I doing wrong? Normal insert row by row, like with query is working fine, but activity “Insert” keeps failing.