Skip to content

Instantly share code, notes, and snippets.

@jthandy
Created April 6, 2016 19:01
Show Gist options
  • Save jthandy/147122d8f63e5b6dc791122cfacb4358 to your computer and use it in GitHub Desktop.
Save jthandy/147122d8f63e5b6dc791122cfacb4358 to your computer and use it in GitHub Desktop.
with invoices as (
select *
from {{env.schema}}.stripe_invoices_transformed
), all_months as (
select distinct date_month from invoices
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment