Skip to content

Commit 79e9628

Browse files
committed
upgrade gemin model
1 parent 2f7acb8 commit 79e9628

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/data_warehouse/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module "data_warehouse" {
1919
version = "~> 9.0"
2020

2121
project_id = var.project_id
22-
region = "asia-southeast1"
22+
region = "us-central1"
2323
deletion_protection = false
2424
force_destroy = true
2525
}

modules/data_warehouse/src/sql/sp_bigqueryml_generate_create.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
CREATE OR REPLACE MODEL `${project_id}.${dataset_id}.${model_name}`
1616
REMOTE WITH CONNECTION `${connection_id}`
17-
OPTIONS (ENDPOINT = 'gemini-1.5-flash');
17+
OPTIONS (ENDPOINT = 'gemini-2.5-flash');

0 commit comments

Comments
 (0)