Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
psousa50 committed Jul 6, 2023
1 parent 69330a1 commit ec63afb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions macros/overrides.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@
{{ return (dbt.is_incremental())}}
{% endif %}
{% endmacro %}

{% macro running_unit_test() %}
{{ return ('unit-test' in config.get('tags', {})) }}
{% endmacro %}
4 changes: 0 additions & 4 deletions macros/tests.sql
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@

{% endmacro %}

{% macro running_unit_test() %}
{{ return ('unit-test' in config.get('tags', {})) }}
{% endmacro %}

{% macro ref_tested_model(model_name) %}
{% set ref_tested_model %}
-- We add an (unused) reference to the tested model,
Expand Down

0 comments on commit ec63afb

Please sign in to comment.