I have inserted some data into my table using Streaming Insert (insertAll) to test how the code works. Now I want that data to be deleted from the table.
I used the following query:
DELETE FROM MY_DATASET.my_Table WHERE someColumn like 'XYZ%'
And got the following error:
UPDATE or DELETE statement over table MY_DATASET.my_Table would affect rows in the streaming buffer, which is not supported