BigQuery: Error querying from a view -


i'm receiving error when querying view:

a view query references old version of table might incompatible. please delete , re-create [mydataset.mytestview].

i created view yesterday, , i'm table structure has not changed, ie no new columns, no columns deleted , on. however, table dropped , re-created nightly. cause of problem?

how should/can overcome this?

bigquery saves internal name of table in view. when delete table , recreate it, internal name changes, if external name same. note deliberate, don't refer wrong table, or table has different schema.

if delete table referenced in view, need update view point @ table. empty patch operation should suffice, however.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -