Skip to content

Commit 8c2588a

Browse files
Fix Jinja syntax error: change %> to %} in test_all_columns_anomalies.sql
Co-Authored-By: Yosef Arbiv <[email protected]>
1 parent bb75d82 commit 8c2588a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/edr/tests/test_all_columns_anomalies.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
detection_period=detection_period,
3939
training_period=training_period,
4040
dimensions=dimensions,
41-
exclude_detection_period_from_training=exclude_detection_period_from_training) %>
41+
exclude_detection_period_from_training=exclude_detection_period_from_training) %}
4242

4343
{%- if not test_configuration %}
4444
{{ exceptions.raise_compiler_error("Failed to create test configuration dict for test `{}`".format(test_table_name)) }}

0 commit comments

Comments
 (0)