mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 19:21:54 +03:00
244effde0c
- Closes #11292 - Tries to fix #11300
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
{
|
|
"type": "Snowflake_Connection",
|
|
"libraryName": "Standard.Snowflake",
|
|
"account": "ACCOUNT",
|
|
"database_name": "DBNAME",
|
|
"schema": "SCHEMA",
|
|
"warehouse": "WAREHOUSE",
|
|
"credentials": {
|
|
"username": "USERNAME",
|
|
"password": "PASSWORD"
|
|
}
|
|
}
|