Spaces:
Sleeping
Sleeping
Update .streamlit/secrets.toml
Browse files- .streamlit/secrets.toml +7 -6
.streamlit/secrets.toml
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
[snowflake]
|
2 |
-
account = "
|
3 |
-
user = "
|
4 |
-
password = "
|
5 |
-
database = "
|
6 |
-
schema = "
|
7 |
warehouse = "compute_wh"
|
8 |
-
role = "accountadmin"
|
|
|
|
1 |
[snowflake]
|
2 |
+
account = "mhb98775"
|
3 |
+
user = "kravitheja027"
|
4 |
+
password = "Neervi@2727"
|
5 |
+
database = "gold"
|
6 |
+
schema = "prime"
|
7 |
warehouse = "compute_wh"
|
8 |
+
role = "accountadmin"
|
9 |
+
|