Skip to content

Commit d257bdd

Browse files
committed
dump_table - render jinja templates in the table filter
1 parent d411704 commit d257bdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

macros/commands/dump_table.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
{% endif %}
3939
{% if table_filter %}
4040
{% if timestamp_column %}
41-
and {{ table_filter }}
41+
and {{ render(table_filter) }}
4242
{% else %}
43-
where {{ table_filter }}
43+
where {{ render(table_filter) }}
4444
{% endif %}
4545
{% endif %}
4646
{% endset %}

0 commit comments

Comments
 (0)