Skip to content

Commit 405972a

Browse files
authored
fix: update workflow.tftpl (#266)
1 parent 1046e0d commit 405972a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/data_warehouse/templates/workflow.tftpl

+3-2
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ create_tables:
8080
- assignStepTables:
8181
assign:
8282
- results: {}
83+
- dataset_id: ${dataset_id}
8384
- project_id: $${sys.get_env("GOOGLE_CLOUD_PROJECT_ID")}
8485
- map:
85-
1: $${"CALL `"+project_id+".dataset_id.sp_provision_lookup_tables`();"}
86-
2: $${"CALL `"+project_id+".dataset_id.sp_lookerstudio_report`();"}
86+
1: $${"CALL `"+project_id+"."+dataset_id+".sp_provision_lookup_tables`();"}
87+
2: $${"CALL `"+project_id+"."+dataset_id+".sp_lookerstudio_report`();"}
8788
- loopStepTables:
8889
for:
8990
value: key

0 commit comments

Comments
 (0)