I'm new to Alteryx and setting up my connection to BigQuery using the ODBC Simba driver.
I'm trying to write a small table of data using the "Delete Data & Append" option of the Output Data Tool and am receiving an error back "Error running TRUNCATE table "projectname.datasetname.tablename":[Simba][BigQuery](31750) Dataset is not found. Not found: Dataset projectname.datasetname.tablename was not found in location US"
I have checked my ODBC config against help docs online and a 3rd party agency and it seems fine. Someone has even tested my workflow and been able to write data to the BQ table on their system, so what is wrong with my set up?
I am in Australia and my dataset is set up on Australian BQ servers, however I don't know how to configure a different location setting? And unsure why this would make a difference.
I'm not even sure what else to try! Any advice would be amazing, thankyou.