We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7acb8 commit 79e9628Copy full SHA for 79e9628
examples/data_warehouse/main.tf
@@ -19,7 +19,7 @@ module "data_warehouse" {
19
version = "~> 9.0"
20
21
project_id = var.project_id
22
- region = "asia-southeast1"
+ region = "us-central1"
23
deletion_protection = false
24
force_destroy = true
25
}
modules/data_warehouse/src/sql/sp_bigqueryml_generate_create.sql
@@ -14,4 +14,4 @@
14
15
CREATE OR REPLACE MODEL `${project_id}.${dataset_id}.${model_name}`
16
REMOTE WITH CONNECTION `${connection_id}`
17
-OPTIONS (ENDPOINT = 'gemini-1.5-flash');
+OPTIONS (ENDPOINT = 'gemini-2.5-flash');
0 commit comments