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

SnowflakeDestinationProperties

import type { SnowflakeDestinationProperties } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";

The properties that are applied when Snowflake is being used as a destination.

interface SnowflakeDestinationProperties {
bucketPrefix?: string | null;
errorHandlingConfig?: ErrorHandlingConfig | null;
intermediateBucketName: string;
object: string;
}

§Properties

§
bucketPrefix?: string | null
[src]

The object key for the destination bucket in which Amazon AppFlow places the files.

§
errorHandlingConfig?: ErrorHandlingConfig | null
[src]

The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

§
intermediateBucketName: string
[src]

The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.

§
object: string
[src]

The object specified in the Snowflake flow destination.