Skip to content

Commit

Permalink
Wrap get_batch_size() in return() (#4240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 authored Nov 8, 2021
1 parent 354c1e0 commit da6c211
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@


{% macro get_batch_size() -%}
{{ adapter.dispatch('get_batch_size', 'dbt')() }}
{{ return(adapter.dispatch('get_batch_size', 'dbt')()) }}
{%- endmacro %}

{% macro default__get_batch_size() %}
Expand Down

0 comments on commit da6c211

Please sign in to comment.