cube-js / cube

📊 Cube — Universal semantic layer platform for AI, BI, spreadsheets, and embedded analytics
https://cube.dev
Other
17.96k stars 1.78k forks source link

feat(snowflake-driver): host env variable #8898

Closed johancube closed 2 weeks ago

johancube commented 2 weeks ago

Check List

Description of Changes Made (if issue reference is not provided)

Snowpark docs: connecting to snowflake from inside a container

When creating a connection to Snowflake from a container, you must use SNOWFLAKE_HOST, SNOWFLAKE_ACCOUNT, and the OAuth token. You cannot use the OAuth token without also using SNOWFLAKE_HOST, and you cannot use the OAuth token outside Snowpark Container Services.