Guest User

Untitled

a guest
Jan 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. /*
  2. This config will materialize this dbt model as a late-binding view.
  3. Note that dbt models are by-default materialized as views, so it's
  4. not always necessary to specify `materialized='view` here.
  5. */
  6.  
  7. {{ config(materialized='view', bind=False) }}
  8.  
  9. select * from public.test
Add Comment
Please, Sign In to add comment