Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/webapp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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": "",
}


Expand Down
Loading