Skip to content

Commit

Permalink
fix: update workflow.tftpl (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecglass authored Oct 17, 2023
1 parent 1046e0d commit 405972a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/data_warehouse/templates/workflow.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ create_tables:
- assignStepTables:
assign:
- results: {}
- dataset_id: ${dataset_id}
- project_id: $${sys.get_env("GOOGLE_CLOUD_PROJECT_ID")}
- map:
1: $${"CALL `"+project_id+".dataset_id.sp_provision_lookup_tables`();"}
2: $${"CALL `"+project_id+".dataset_id.sp_lookerstudio_report`();"}
1: $${"CALL `"+project_id+"."+dataset_id+".sp_provision_lookup_tables`();"}
2: $${"CALL `"+project_id+"."+dataset_id+".sp_lookerstudio_report`();"}
- loopStepTables:
for:
value: key
Expand Down

0 comments on commit 405972a

Please sign in to comment.