Use writeDisposition instead. If writeDisposition is specified, this parameter is ignored. force=false is equivalent to writeDisposition=WRITE_EMPTY and force=true is equivalent to writeDisposition=WRITE_TRUNCATE.
Determines if existing data in the destination dataset is overwritten, appended to, or not written if the tables contain data. If a writeDisposition is specified, the force parameter is ignored.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["The `tableUri` field specifies the BigQuery table destination using a URI format: `bq://projectId.bqDatasetId.tableId`, with a limit of 2000 characters."],["The `force` field (boolean) determines whether to overwrite or not, it has been replaced by `writeDisposition`."],["The `schemaType` field allows the selection of a schema format for export, with `SIMPLE` as the option to get a flatterned version of the data."],["The `writeDisposition` field (enum) controls how existing data in the destination table is handled, with options like `WRITE_EMPTY`, `WRITE_TRUNCATE`, and `WRITE_APPEND`, to avoid or manage conflicts."],["`SCHEMA_TYPE_UNSPECIFIED` and `WRITE_DISPOSITION_UNSPECIFIED` defaults to `SIMPLE` and `WRITE_EMPTY`, respectively."]]],[]]