Anyone know of any plans to add support for delete parts of data from a table in Google Bigquery? The issue we have right now is we are using it for analytics of data point
This is only relevant if using Legacy SQL.
You could try the following:
DELETE FROM {dataset}.{table} WHERE {constraint}