From 35b254bd43d1aa6c3ad5e3d81ce3a769f8497daa Mon Sep 17 00:00:00 2001 From: Mesh Date: Mon, 13 Oct 2025 21:05:17 -0500 Subject: [PATCH] fetch cache bucket name from gcp env --- src/webapp/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webapp/config.py b/src/webapp/config.py index 9a164609..ab2b269f 100644 --- a/src/webapp/config.py +++ b/src/webapp/config.py @@ -15,7 +15,6 @@ "INITIAL_API_KEY_ID": "", "CATALOG_NAME": "", "SQL_WAREHOUSE_ID": "", - "GCP_CACHE_BUCKET": "", } # 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 @@ "DATABRICKS_HOST_URL": "", # The service account that is used in Databricks to access GCP buckets. "DATABRICKS_SERVICE_ACCOUNT_EMAIL": "", + "GCP_CACHE_BUCKET": "", }