Skip to content

Commit

Permalink
path fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
cleentfaar committed Dec 11, 2024
1 parent faf2889 commit 1f694d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/bigquery_scheduled_data_transfer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "google_bigquery_data_transfer_config" "default" {
params = {
destination_table_name_template = var.destination_table_name_template
query = templatefile(
"scheduled_query_with_labels.sql",
"${path.module}/scheduled_query_with_labels.sql",
{
LABELS_STRING = join("\n", [for key, value in var.labels : format("SET @@query_label = \"%s:%s\";", key, value)])
ORIGINAL_QUERY = templatefile(
Expand Down

0 comments on commit 1f694d2

Please sign in to comment.