samelamin/spark-bigquery

BQ Tables partitioned by time by default

Closed this issue · 1 comments

After uploading data to big query, tables are always partitioned by time. How do you configure it to avoid this behavior?

Thank you

Hi @lnicalo you can change the signature when saving the table, see here

FYI for structured streaming, saving to a non time partitioned table is not available at the moment