Skip to content

Commit

Permalink
updated test model
Browse files Browse the repository at this point in the history
  • Loading branch information
axelazaid committed Dec 17, 2018
1 parent 28422b0 commit 907fe44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration_tests/models/sql/test_nullcheck_table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ from nulled

{% else %}

with nulled as (

{{ dbt_utils.nullcheck_table(tbl.schema, tbl.name) }}

)

select

field_1::varchar as field_1,
Expand Down

0 comments on commit 907fe44

Please sign in to comment.