Spaces:
Sleeping
Sleeping
ravithejak
commited on
Update .streamlit/secrets.toml
Browse files- .streamlit/secrets.toml +6 -7
.streamlit/secrets.toml
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
[snowflake]
|
2 |
-
account = "
|
3 |
-
user = "
|
4 |
-
password = "
|
5 |
-
database = "
|
6 |
-
schema = "
|
7 |
warehouse = "compute_wh"
|
8 |
role = "accountadmin"
|
9 |
-
|
|
|
1 |
+
[connections.snowflake]
|
2 |
+
account = "ap20346.ap-south-1"
|
3 |
+
user = "Vassist"
|
4 |
+
password = "Vassist@123"
|
5 |
+
database = "SNOWFLAKE_SAMPLE_DATA"
|
6 |
+
schema = "TPCH_SF1"
|
7 |
warehouse = "compute_wh"
|
8 |
role = "accountadmin"
|
|