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 faf2889 commit 1f694d2Copy full SHA for 1f694d2
terraform/bigquery_scheduled_data_transfer/main.tf
@@ -25,7 +25,7 @@ resource "google_bigquery_data_transfer_config" "default" {
25
params = {
26
destination_table_name_template = var.destination_table_name_template
27
query = templatefile(
28
- "scheduled_query_with_labels.sql",
+ "${path.module}/scheduled_query_with_labels.sql",
29
{
30
LABELS_STRING = join("\n", [for key, value in var.labels : format("SET @@query_label = \"%s:%s\";", key, value)])
31
ORIGINAL_QUERY = templatefile(
0 commit comments