ObservabilitySnowflakeDestinationConfig - TypeScript SDK

ObservabilitySnowflakeDestinationConfig type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ObservabilitySnowflakeDestinationConfig } from "@openrouter/sdk/models";
2
3let value: ObservabilitySnowflakeDestinationConfig = {
4 account: "93697714",
5 token: "<value>",
6};

Fields

FieldTypeRequiredDescription
accountstring✔️N/A
databasestringN/A
headersRecord<string, *string*>Custom HTTP headers to include in requests to this destination.
schemastringN/A
tablestringN/A
tokenstring✔️N/A
warehousestringN/A