Skip to content

Instantly share code, notes, and snippets.

@mattm
Created June 11, 2018 13:58
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 mattm/676d6c7d25b892efb8bc6dd6a6616d74 to your computer and use it in GitHub Desktop.
Save mattm/676d6c7d25b892efb8bc6dd6a6616d74 to your computer and use it in GitHub Desktop.
dbt base model macro variable
select
id,
email
from {{ source(var('base.users')) }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment