I am currently testing Google Datastream to stream data from Cloud SQL into GCS and then onto Big Query. All is well however a 200m row table is currently backfilling with data and I wanted to stop this as the table is not linger in use.
Here is what I have tried so far:
Removing the table from the stream. This has worked so far for all tables however this is the first time i've tried it whilst the table is backfilling.
Adding the table to the No-Backfill option inside the stream.
Pausing the stream, draining and then restarting the stream.
None of these seem to work, anybody come across this issue before when backfilling a table?
Many thanks, Mark.