I'm receiving this error when querying a view:
A view from this query references an old version of a table that might be incompatible. Please delete and re-create [myDataset.myTestView].
I created the view yesterday, and I'm certain that the table structure has not changed, ie no new columns, no columns were deleted and so on. However, the table was actually dropped and re-created nightly. Is this the cause of my problem?
How should/can I overcome this?