Skip to content

Commit

Permalink
Update write_to_gsheet.dig
Browse files Browse the repository at this point in the history
  • Loading branch information
doryokujin committed Feb 14, 2024
1 parent 5d9f840 commit 26d9145
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scenarios/cdp_campaign_management/write_to_gsheet.dig
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
+parallel:
_parallel: true
+initial:
+export_journeys:
td>:
query: SELECT id,name,state,created_at,updated_at,launched_at,allow_reentry,paused,num_stages FROM ${td.tables.journeys} ORDER BY id
Expand All @@ -14,6 +13,8 @@
range: A1
value_input_option: USER_ENTERED

+parallel:
_parallel: true
+export_master_activations:
td>:
query: SELECT * FROM ${td.tables.master_activations} ORDER BY journey_id,activation_step_id
Expand Down

0 comments on commit 26d9145

Please sign in to comment.