Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

johancube
Copy link
Contributor

@johancube johancube commented Nov 1, 2024

Check List

  • Tests has been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

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.

@johancube johancube requested review from a team as code owners November 1, 2024 16:05
@github-actions github-actions bot added the pr:community Contribution from Cube.js community members. label Nov 1, 2024
@johancube johancube merged commit 26c765b into master Nov 1, 2024
56 of 59 checks passed
@johancube johancube deleted the feat/snowflake-driver-host branch November 1, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:community Contribution from Cube.js community members.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant