GoogleCloudDataproc / spark-bigquery-connector

BigQuery data source for Apache Spark: Read data from BigQuery into DataFrames, write DataFrames into BigQuery tables.
Apache License 2.0
358 stars 189 forks source link

Issue #1043: fixed indirect write overwrite dropping policy tags #1250

Closed vishalkarve15 closed 1 week ago

vishalkarve15 commented 1 week ago

Overwriting a table using writeMethod=indirect was causing policy tags to be dropped from the existing table. This change fixes the issue.

vishalkarve15 commented 1 week ago

/gcbrun

vishalkarve15 commented 1 week ago

/gcbrun

isha97 commented 1 week ago

This is duplicate of https://github.com/GoogleCloudDataproc/spark-bigquery-connector/pull/1249