Interface protos.google.cloud.dataform.v1.CompilationResultAction.Relation.IIncrementalTableConfig (2.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of an IncrementalTableConfig.
Package
@google-cloud/dataform
Properties
incrementalPostOperations
incrementalPostOperations?: (string[]|null);
IncrementalTableConfig incrementalPostOperations
incrementalPreOperations?: (string[]|null);
IncrementalTableConfig incrementalPreOperations
incrementalSelectQuery?: (string|null);
IncrementalTableConfig incrementalSelectQuery
refreshDisabled?: (boolean|null);
IncrementalTableConfig refreshDisabled
uniqueKeyParts?: (string[]|null);
IncrementalTableConfig uniqueKeyParts
updatePartitionFilter?: (string|null);
IncrementalTableConfig updatePartitionFilter
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["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-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.dataform.v1.CompilationResultAction.Relation.IIncrementalTableConfig (2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/nodejs/docs/reference/dataform/latest/dataform/protos.google.cloud.dataform.v1.compilationresultaction.relation.iincrementaltableconfig)\n- [1.4.0](/nodejs/docs/reference/dataform/1.4.0/dataform/protos.google.cloud.dataform.v1.compilationresultaction.relation.iincrementaltableconfig)\n- [1.0.2](/nodejs/docs/reference/dataform/1.0.2/dataform/protos.google.cloud.dataform.v1.compilationresultaction.relation.iincrementaltableconfig)\n- [0.4.2](/nodejs/docs/reference/dataform/0.4.2/dataform/protos.google.cloud.dataform.v1.compilationresultaction.relation.iincrementaltableconfig)\n- [0.2.0](/nodejs/docs/reference/dataform/0.2.0/dataform/protos.google.cloud.dataform.v1.compilationresultaction.relation.iincrementaltableconfig)\n- [0.1.0](/nodejs/docs/reference/dataform/0.1.0/dataform/protos.google.cloud.dataform.v1.compilationresultaction.relation.iincrementaltableconfig) \nProperties of an IncrementalTableConfig.\n\nPackage\n-------\n\n[@google-cloud/dataform](../overview.html)\n\nProperties\n----------\n\n### incrementalPostOperations\n\n incrementalPostOperations?: (string[]|null);\n\nIncrementalTableConfig incrementalPostOperations\n\n### incrementalPreOperations\n\n incrementalPreOperations?: (string[]|null);\n\nIncrementalTableConfig incrementalPreOperations\n\n### incrementalSelectQuery\n\n incrementalSelectQuery?: (string|null);\n\nIncrementalTableConfig incrementalSelectQuery\n\n### refreshDisabled\n\n refreshDisabled?: (boolean|null);\n\nIncrementalTableConfig refreshDisabled\n\n### uniqueKeyParts\n\n uniqueKeyParts?: (string[]|null);\n\nIncrementalTableConfig uniqueKeyParts\n\n### updatePartitionFilter\n\n updatePartitionFilter?: (string|null);\n\nIncrementalTableConfig updatePartitionFilter"]]