Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bhess committed May 26, 2023
1 parent 8161b88 commit 6ca6a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st_snowauth/st_snowauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def snowauth_session(config=None, label="Login to Snowflake"):
'token': token['access_token']
}
if 'connection' in config:
snow_configs = {**snow_configs, **config['connection']}
snow_configs = {**config['connection'], **snow_configs}
del token
try:
st.session_state[_STKEY] = Session.builder.configs(snow_configs).create()
Expand Down

0 comments on commit 6ca6a87

Please sign in to comment.