Skip to content

Commit

Permalink
this ok?
Browse files Browse the repository at this point in the history
  • Loading branch information
cleentfaar committed Mar 1, 2024
1 parent 28d92e6 commit f2b6ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/routines.tf
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ resource "google_bigquery_routine" "array_distinct" {
EOF
language = "SQL"
project = local.google_project_id
return_type = "{\"typeKind\": \"ARRAY\"}"
return_type = "{\"typeKind\": \"ARRAY\", \"arrayElementType\": {\"typeKind\": \"STRING\"}}"
routine_id = "array_distinct${local.branch_suffix_underscore_edition}"
routine_type = "SCALAR_FUNCTION"

Expand Down

0 comments on commit f2b6ecf

Please sign in to comment.