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

SNOW-1064130: Snow CLI fails when multiple connections with the same name are in the config.toml file #813

Closed
sfc-gh-kogunkoya opened this issue Feb 21, 2024 · 1 comment
Labels
bug Something isn't working core

Comments

@sfc-gh-kogunkoya
Copy link

SnowCLI version

2.0.0

Python version

3.11.7

Platform

MAC OS

What happened

Creating a config.toml file that has the multiuple connections with the same name fails with the error:

An unknown error happened while loading '/Users/user/Library/Application Support/snowflake/config.toml'

Console output

An unknown error happened while loading '/Users/user/Library/Application Support/snowflake/config.toml'

How to reproduce

[connections]
[connections.test]
account = "testacc"
user = "testuser"
password = "test"
role = "role"

[connections.test]
account = "account"
user = "user"
password = "password"
role = "accountadmin"

@github-actions github-actions bot changed the title Snow CLI fails when multiple connections with the same name are in the config.toml file SNOW-1064130: Snow CLI fails when multiple connections with the same name are in the config.toml file Feb 21, 2024
@sfc-gh-turbaszek sfc-gh-turbaszek added the bug Something isn't working label Feb 22, 2024
@sfc-gh-pczajka
Copy link
Contributor

The fix will be included in 2.5.0 release (expected: 19.06)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core
Projects
None yet
Development

No branches or pull requests

3 participants