diff --git a/models/marts/governance/fct_exposures_dependent_on_private_models.sql b/models/marts/governance/fct_exposures_dependent_on_private_models.sql index 6296eb6d..3c750ea8 100644 --- a/models/marts/governance/fct_exposures_dependent_on_private_models.sql +++ b/models/marts/governance/fct_exposures_dependent_on_private_models.sql @@ -26,4 +26,4 @@ final as ( select * from final -{{ filter_exceptions(this) }} \ No newline at end of file +{{ filter_exceptions(model.name) }} \ No newline at end of file diff --git a/models/marts/governance/fct_public_models_without_contract.sql b/models/marts/governance/fct_public_models_without_contract.sql index 66524302..fa07d3ca 100644 --- a/models/marts/governance/fct_public_models_without_contract.sql +++ b/models/marts/governance/fct_public_models_without_contract.sql @@ -20,4 +20,4 @@ final as ( select * from final -{{ filter_exceptions(this) }} \ No newline at end of file +{{ filter_exceptions(model.name) }} \ No newline at end of file diff --git a/models/marts/governance/fct_undocumented_public_models.sql b/models/marts/governance/fct_undocumented_public_models.sql index 55da8e64..6ec6d9b2 100644 --- a/models/marts/governance/fct_undocumented_public_models.sql +++ b/models/marts/governance/fct_undocumented_public_models.sql @@ -28,4 +28,4 @@ final as ( select * from final -{{ filter_exceptions(this) }} \ No newline at end of file +{{ filter_exceptions(model.name) }} \ No newline at end of file