Skip to content

Commit

Permalink
Cache connections to allow for multiple snow commands with browser au…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
sfc-gh-zblackwood authored Jul 20, 2023
1 parent 20ef9b3 commit dc15b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"requests==2.31.0",
"requirements-parser==0.5.0",
# "snowflake-connector-python==3.0.4",
"snowflake-connector-python-nightly==2023.6.24",
"snowflake-connector-python-nightly[secure-local-storage]==2023.6.24",
"tomlkit==0.11.8",
"typer==0.9.0",
]
Expand Down

0 comments on commit dc15b94

Please sign in to comment.