Skip to main content

Documentation Index

Fetch the complete documentation index at: https://arivu.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Snowflake Integration

Overview

Snowflake’s unique architecture physically separates but logically integrates storage, compute, and services, offering virtually unlimited concurrent capabilities.

Compute Independence

Scale compute and storage independently for optimization.

Zero Management

No infrastructure to manage; truly self-managing data cloud.

Configuration

Snowflake requires specifying a warehouse and role setup.
1

Prerequisites

Create a specific service account user, role, warehouse, and database within Snowflake.
2

Configure Environment

Supply the variables to your .env settings:
SNOWFLAKE_ACCOUNT="locator" # e.g. xyz12345.us-east-1
SNOWFLAKE_USER="arivu_service_account"
SNOWFLAKE_PASSWORD="super_secret_password"
SNOWFLAKE_WAREHOUSE="COMPUTE_WH"
SNOWFLAKE_DATABASE="ARIVU_DB"
SNOWFLAKE_SCHEMA="PUBLIC"
SNOWFLAKE_ROLE="ARIVU_ROLE"
Arivu respects your Snowflake warehouse suspending settings, ensuring cost-efficiency during idle times.