Skip to content

Instantly share code, notes, and snippets.

@pentium10
Created May 18, 2021 16:16
Show Gist options
  • Save pentium10/fa2488f17ea8df40875102001b127905 to your computer and use it in GitHub Desktop.
Save pentium10/fa2488f17ea8df40875102001b127905 to your computer and use it in GitHub Desktop.
BQ_Query:
params: [query]
steps:
- runBQquery:
call: googleapis.bigquery.v2.jobs.query
args:
projectId: ${sys.get_env("GOOGLE_CLOUD_PROJECT_ID")}
body:
useLegacySql: false
query: ${query}
result: queryResult
- documentFound:
return: ${queryResult}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment