We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b034ca commit a01c958Copy full SHA for a01c958
.gitignore
@@ -9,6 +9,7 @@ scripts/
9
10
edr.log
11
integration_tests/data
12
+integration_tests/clickhouse-data
13
edr_target
14
15
venv/
macros/commands/dump_table.sql
@@ -38,9 +38,9 @@
38
{% endif %}
39
{% if table_filter %}
40
{% if timestamp_column %}
41
- and {{ table_filter }}
+ and {{ render(table_filter) }}
42
{% else %}
43
- where {{ table_filter }}
+ where {{ render(table_filter) }}
44
45
46
{% endset %}
0 commit comments