I'm loading data into BQ partitioned table from GCS. Every day one date partition. How I can use WRITE_TRANCATE for partition, not for the whole table? I want to overwrite partition data. How it should be implemented?
I'm using code like this https://cloud.google.com/bigquery/docs/samples/bigquery-load-table-partitioned