Skip to content

Commit

Permalink
Merge pull request #403 from dbt-labs/dc/fix-governance-exclusion
Browse files Browse the repository at this point in the history
fix governance exclusion macro
  • Loading branch information
dave-connors-3 authored Dec 12, 2023
2 parents 075e57c + 88c0184 commit 821c013
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ final as (

select * from final

{{ filter_exceptions(this) }}
{{ filter_exceptions(model.name) }}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ final as (

select * from final

{{ filter_exceptions(this) }}
{{ filter_exceptions(model.name) }}
2 changes: 1 addition & 1 deletion models/marts/governance/fct_undocumented_public_models.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ final as (

select * from final

{{ filter_exceptions(this) }}
{{ filter_exceptions(model.name) }}

0 comments on commit 821c013

Please sign in to comment.