Skip to content

Commit c5885f5

Browse files
committed
Fixed namespace of macro call
1 parent 13bee34 commit c5885f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elementary/monitor/dbt_project/macros/get_result_rows_agate.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% macro get_result_rows_agate(days_back, valid_ids_query = none) %}
2-
{% do return(adapter.dispatch('get_result_rows_agate', 'elementary')(days_back, valid_ids_query)) %}
2+
{% do return(adapter.dispatch('get_result_rows_agate', 'elementary_cli')(days_back, valid_ids_query)) %}
33
{% endmacro %}
44

55
{% macro default__get_result_rows_agate(days_back, valid_ids_query = none) %}

0 commit comments

Comments
 (0)