Maybe anybody knows...
I need to connect BigQuery via ODBC driver by Simba (Linux). I've installed it. My datasets located in EU, but every single request via ODBC driver I get "Dataset is not found. Not found: Dataset **** was not found in location US".
What should I do to set another location for all my queries in one connection?
I'm not familiar with ODBC, so I don't know how to actually set the correct values with it, but for API usage of BigQuery, this is done in the
locationpart of the request JSON body. Details for general location setting can be found here and for specific API's they are detailed in the API documentation, fe. query, and look at the location key/value pair of the request body.I know this doesn't answer your question, but I hope it helps getting to it. Be sure to answer your own question once you've found the answer once you figure out how to do it...