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-06-27 UTC."],[[["\u003cp\u003eThe \u003ccode\u003etableUri\u003c/code\u003e field specifies the BigQuery table destination using a URI format: \u003ccode\u003ebq://projectId.bqDatasetId.tableId\u003c/code\u003e, with a limit of 2000 characters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eforce\u003c/code\u003e field (boolean) determines whether to overwrite or not, it has been replaced by \u003ccode\u003ewriteDisposition\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eschemaType\u003c/code\u003e field allows the selection of a schema format for export, with \u003ccode\u003eSIMPLE\u003c/code\u003e as the option to get a flatterned version of the data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ewriteDisposition\u003c/code\u003e field (enum) controls how existing data in the destination table is handled, with options like \u003ccode\u003eWRITE_EMPTY\u003c/code\u003e, \u003ccode\u003eWRITE_TRUNCATE\u003c/code\u003e, and \u003ccode\u003eWRITE_APPEND\u003c/code\u003e, to avoid or manage conflicts.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSCHEMA_TYPE_UNSPECIFIED\u003c/code\u003e and \u003ccode\u003eWRITE_DISPOSITION_UNSPECIFIED\u003c/code\u003e defaults to \u003ccode\u003eSIMPLE\u003c/code\u003e and \u003ccode\u003eWRITE_EMPTY\u003c/code\u003e, respectively.\u003c/p\u003e\n"]]],[],null,["# BigQueryDestination\n\nThe BigQuery table for export.\n\nSchemaType\n----------\n\nWriteDisposition\n----------------\n\nThe BigQuery WriteDispostion used by the export operation."]]