Skip to content

Instantly share code, notes, and snippets.

@dataprofessor
Created April 11, 2023 21:01
Show Gist options
  • Save dataprofessor/d5b9243544173b5a048dbe4812bdde8e to your computer and use it in GitHub Desktop.
Save dataprofessor/d5b9243544173b5a048dbe4812bdde8e to your computer and use it in GitHub Desktop.
.streamlit/secrets.toml from How to connect Streamlit to Snowflake
[snowflake]
user = "enter_your_password_here"
password = "enter_your_password_here"
account = "enter_your_account_key_here"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment