Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LoadConfig

import type { LoadConfig } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

Simplified load configuration for actions

interface LoadConfig {
append?: SimpleLoadMode;
replace?: SimpleLoadMode;
}

§Properties

§

Append into destination table

§

Insert records where the value exceeds the previous maximum value for a column in the destination table

§

Replace destination table

§

Insert records where the value of a column is not already present in the destination table