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

Connection default is not configured #2

Open
tomcat65 opened this issue Nov 3, 2024 · 0 comments
Open

Connection default is not configured #2

tomcat65 opened this issue Nov 3, 2024 · 0 comments

Comments

@tomcat65
Copy link

tomcat65 commented Nov 3, 2024

[cli.logs]
save_logs = true
path = "C:\Users\TOMAS\.snowflake\logs"
level = "info"
This is my config.toml:
[connections]
default_connection_name = "modern_data_engineering_snowflake"

[connections.modern_data_engineering_snowflake]
account = "PYXXXXX-KRBXXXXX"
user = "MyUser"
password = "MyPasword"
warehouse = "COMPUTE_WH"
database = "LOAD_DATA"
schema = "PUBLIC"
role = "ACCOUNTADMIN"

When trying CLI
I keep getting error:
Connection default is not configured

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant