We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc25477 commit 35b254bCopy full SHA for 35b254b
1 file changed
src/webapp/config.py
@@ -15,7 +15,6 @@
15
"INITIAL_API_KEY_ID": "",
16
"CATALOG_NAME": "",
17
"SQL_WAREHOUSE_ID": "",
18
- "GCP_CACHE_BUCKET": "",
19
}
20
21
# The INSTANCE_HOST is the private IP of CLoudSQL instance e.g. '127.0.0.1' ('172.17.0.1' if deployed to GAE Flex)
@@ -52,6 +51,7 @@
52
51
"DATABRICKS_HOST_URL": "",
53
# The service account that is used in Databricks to access GCP buckets.
54
"DATABRICKS_SERVICE_ACCOUNT_EMAIL": "",
+ "GCP_CACHE_BUCKET": "",
55
56
57
0 commit comments