| Name | Type | Description |
|---|---|---|
query* | str | The query to run in Snowflake. |
user* | str | Snowflake user. |
password* | str | Snowflake password. |
account* | str | Snowflake account. |
warehouse* | str | |
role* | str | |
database* | str | |
schema* | str | |
parameters | Optional[Dict[str, Any]] | Default: None |
page_content_columns | Optional[List[str]] | Default: None |
metadata_columns | Optional[List[str]] | Default: None |
Load from Snowflake API.
Each document represents one row of the result. The page_content_columns
are written into the page_content of the document. The metadata_columns
are written into the metadata of the document. By default, all columns
are written into the page_content and none into the metadata.
Snowflake warehouse.
Snowflake role.
Snowflake database
Snowflake schema
Optional. Parameters to pass to the query.
Optional. Columns written to Document page_content.
Optional. Columns written to Document metadata.