Skip to content

Instantly share code, notes, and snippets.

@drewbanin
Last active January 8, 2018 21: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 drewbanin/f723335a6fb9ed7b2365fdb8673c9b85 to your computer and use it in GitHub Desktop.
Save drewbanin/f723335a6fb9ed7b2365fdb8673c9b85 to your computer and use it in GitHub Desktop.
/*
This config will materialize this dbt model as a late-binding view.
Note that dbt models are by-default materialized as views, so it's
not always necessary to specify `materialized='view` here.
*/
{{ config(materialized='view', bind=False) }}
select * from public.test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment