Hey! Is it possible to chose between `WRITE_TRUNCA...
# integration-bigquery
j
Hey! Is it possible to chose between
WRITE_TRUNCATE
and
WRITE_APPEND
with
BigQueryPandasIOManager
? Seems like it's always an overwrite (I haven't tried partitioned assets, it would overwrite only the partition?)
j
hey @Justin Albinet it’s not possible to switch between WRITE_TRUNCATE and WRITE_APPEND right now. for partitions, the io manager only replaces the data corresponding to the partition
j
Ok thank you for your answer Jamie !