Guest User

Untitled

a guest
May 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. some_model:
  2. options:
  3. require_all_columns: False
  4.  
  5. comment: comment for table some_model
  6. columns:
  7. field_1:
  8. comment: comment for field_1
  9. tests:
  10. - not_constant
  11. - dbt_utils.at_least_one
  12.  
  13. field_2:
  14. comment: comment for field_2
  15. tests:
  16. - not_constant
  17. - dbt_utils.at_least_one
Add Comment
Please, Sign In to add comment