data not inserting in 'overwrite' mode - Value has type STRUCT which cannot be inserted into column
We have the following code which we used to load data to BigQuery table after reading the parquet files from Azure Data Lake Storage:df.write.format("bigquery").option( "parentProject", gcp_project_id ).option("table", f"{bq_table_name}").option( "te...
- 1803 Views
- 0 replies
- 0 kudos