google-code-export / google-bigquery

Automatically exported from code.google.com/p/google-bigquery
1 stars 0 forks source link

Clear the "Destination Table" after running a query succesfully #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem
1. write a query
2. select a "Destination Table" to write the result of the query to
3. run the query
4. write another unrelated query
5. run it

I would expect the second query not to write to the Destination Table selected 
for the previous query.

Mainly a usability issue, but I'm always afraid to corrupt data by running a 
query without resetting the "Destination Table".

Original issue reported on code.google.com by arn...@freshplanet.com on 16 Dec 2014 at 12:45

GoogleCodeExporter commented 9 years ago
If set to append to the table, the queries will work without any corruption. 
Write-truncate configurations could definitely cause some confusion, as the 
order in which they finish matters.

Original comment by wes...@google.com on 16 Dec 2014 at 12:52

GoogleCodeExporter commented 9 years ago

Original comment by dk...@google.com on 16 Dec 2014 at 12:55