Skip to content

Instantly share code, notes, and snippets.

@mshakhomirov
Created November 28, 2021 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mshakhomirov/5866cfe527113a14982406f583e4308d to your computer and use it in GitHub Desktop.
Save mshakhomirov/5866cfe527113a14982406f583e4308d to your computer and use it in GitHub Desktop.
Tables:
-
name: some_table_1
bigqueryName: some_alt_table_name_1
sql:
- >
SELECT
*
FROM
schema.some_table_1
limit 10;
querySize: select count(*) cnt, NOW() ts from scheam.some_table_1 ;
output: s3
dryRun: false
disabled: false
notes: daily.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment