We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13bee34 + c5885f5 commit 68e48a0Copy full SHA for 68e48a0
1 file changed
elementary/monitor/dbt_project/macros/get_result_rows_agate.sql
@@ -1,5 +1,5 @@
1
{% 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)) %}
+ {% do return(adapter.dispatch('get_result_rows_agate', 'elementary_cli')(days_back, valid_ids_query)) %}
3
{% endmacro %}
4
5
{% macro default__get_result_rows_agate(days_back, valid_ids_query = none) %}
0 commit comments