So I tried to delete some rows in Big Query table with simple query like this:
client = bigquery.Client() query = "DELETE FROM Sample_Dataset.Sample_Table WH