Skip to content

Instantly share code, notes, and snippets.

@pentium10
Created May 18, 2021 16:23
Show Gist options
  • Save pentium10/7389e651cefcbd2de608d7423d5ddce4 to your computer and use it in GitHub Desktop.
Save pentium10/7389e651cefcbd2de608d7423d5ddce4 to your computer and use it in GitHub Desktop.
BQ_Task:
params: [table_id]
steps:
- delete:
call: BQ_Query
args:
query: ${"DELETE FROM `my-project.analytics_242990349."+table_id+"`
WHERE event_name IN ('not a real event')"}
result: queryResult
- documentFound:
return: ${queryResult}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment