From 33e78ee0689500a02bab8da6c29eea406d32c12d Mon Sep 17 00:00:00 2001 From: umeshkumhar Date: Thu, 14 Mar 2024 11:40:29 +0530 Subject: [PATCH] fix sql table fix for marketplace --- applications/rag/variables.tf | 1 + cloudbuild.yaml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/applications/rag/variables.tf b/applications/rag/variables.tf index bb756f9f2..00a5f3e61 100644 --- a/applications/rag/variables.tf +++ b/applications/rag/variables.tf @@ -86,6 +86,7 @@ variable "gcs_bucket" { variable "dataset_embeddings_table_name" { type = string description = "Name of the table that stores vector embeddings for input dataset" + default = "googlemaps_reviews_db" } variable "brand" { diff --git a/cloudbuild.yaml b/cloudbuild.yaml index a509973b2..790d71d5b 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -363,4 +363,6 @@ substitutions: _USER_NAME: github options: substitutionOption: 'ALLOW_LOOSE' - machineType: 'E2_HIGHCPU_8' \ No newline at end of file + machineType: 'E2_HIGHCPU_8' +## increase timeout to make sure job completes, else will lead to residual resources +timeout: 5400s