Skip to content

Instantly share code, notes, and snippets.

@jthandy
Created April 6, 2016 15:29
Show Gist options
  • Save jthandy/d42ca3252f5ed89e1e9cba1a4935401d to your computer and use it in GitHub Desktop.
Save jthandy/d42ca3252f5ed89e1e9cba1a4935401d to your computer and use it in GitHub Desktop.
with invoices as (
select *
from {{env.schema}}.stripe_invoices_cleaned
where paid is true
and forgiven is false
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment