Files
openrouter-python-sdk-retry…/docs/components/observabilitysnowflakedestinationconfig.mdx

15 lines
2.4 KiB
Plaintext

---
title: "ObservabilitySnowflakeDestinationConfig"
---
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
| `account` | *str* | :heavy_check_mark: | N/A |
| `database` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `headers` | Dict[str, *str*] | :heavy_minus_sign: | Custom HTTP headers to include in requests to this destination. |
| `schema_` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `table` | *Optional[str]* | :heavy_minus_sign: | N/A |
| `token` | *str* | :heavy_check_mark: | N/A |
| `warehouse` | *Optional[str]* | :heavy_minus_sign: | N/A |