forked from mtxr/SublimeText-SQLTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mtxr#210 from mtxr/snowsql-minor-fixes
Minor fixes after merging Snowflake support
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ | |
// https://docs.snowflake.net/manuals/user-guide/snowsql-start.html#authenticator | ||
"user" : "[email protected]", | ||
"account" : "account_name", | ||
"auth": : "snowflake | externalbrowser | <okta-url>" | ||
"auth": : "snowflake | externalbrowser | <okta-url>", | ||
// if using "auth": "snowflake", provide a password | ||
// you can alternatively set SNOWSQL_PWD in you environment instead | ||
// if using "auth": "externalbrowser" or "<okta-url>", no password needed | ||
|