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.
Exception details has the same message, nothing more useful.
I created another dummy table, only two string type nullable columns, simple names. Recreated it in Studio and try to Insert.
Same error, but with ending [1:17]
1/ I would recommend to change name of this topic to indicate it is about insert to BigQuery
2/ From your desription I understand that you can read from BigQuery table but can not insert to it → it might be a problem of Insert activity implementation
BTW - Did you try search forum for BigQuery related topics?
Then as a next step can you try changing the version of your database activities and check…looks like the statement generated by the activity is wrong and it is failing
I would look in the database logs to see if you can find what it doesn’t like about the database query. I would also try a simple insert to see if it works. If it does, then the issue may be in your data. Special characters in a column name or something.