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

Cache connections to allow for multiple snow commands with browser authentication #247

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

sfc-gh-zblackwood
Copy link
Collaborator

Pre-review checklist

  • I've confirmed that instructions included in README.md are still correct after my changes in the codebase.
  • I've added new automated tests to verify correctness of my new code.
  • I've confirmed that my changes are up-to-date with the target branch.
  • I've described my changes in the section below.

Changes description

Without this version of the snowflake connector, every separate snow command requires a new browser tab to be created. This version enables the credentials to be cached for a time after they are first created.

image

See #66 for a previous version of this.

@sfc-gh-pjob sfc-gh-pjob merged commit e2ecb38 into snowflakedb:main Jul 20, 2023
sfc-gh-sichen pushed a commit that referenced this pull request Oct 17, 2024
…thentication (#247)

Without this version of the snowflake connector, every separate snow command requires a new browser tab to be created. This version enables the credentials to be cached for a time after they are first created.

See #66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants