We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[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
The text was updated successfully, but these errors were encountered: