Skip to content

Commit

Permalink
Update bigquery-procedures.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
chmstimoteo authored Nov 22, 2024
1 parent f3d8179 commit 0311b7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1472,6 +1472,7 @@ resource "null_resource" "create_gemini_model" {

provisioner "local-exec" {
command = <<-EOT
sleep 120
${var.uv_run_alias} bq query --use_legacy_sql=false --max_rows=100 --maximum_bytes_billed=10000000 < ${data.local_file.create_gemini_model_file.filename}
EOT
}
Expand Down

0 comments on commit 0311b7b

Please sign in to comment.