Skip to content

Commit

Permalink
actually call the macro
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes committed May 27, 2024
1 parent 317e4d7 commit 0d1a1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macros/utils/_count_num_rows_in_status.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
{% endmacro %}

{%- macro postgres___count_num_rows_in_status() -%}
_count_num_rows_in_status_without_distinct_window_func()
{{ audit_helper._count_num_rows_in_status_without_distinct_window_func() }}
{% endmacro %}

{%- macro databricks___count_num_rows_in_status() -%}
_count_num_rows_in_status_without_distinct_window_func()
{{ audit_helper._count_num_rows_in_status_without_distinct_window_func() }}
{% endmacro %}

{% macro _count_num_rows_in_status_without_distinct_window_func() %}
Expand Down

0 comments on commit 0d1a1de

Please sign in to comment.