Skip to content

Commit c223393

Browse files
author
Michael Myaskovsky
committed
changed stddev function in clickhouse
1 parent 9c596ac commit c223393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/edr/data_monitoring/monitors/column_numeric_monitors.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{%- endmacro %}
3232

3333
{% macro clickhouse__standard_deviation(column_name) -%}
34-
stddevSamp(cast({{ column_name }} as {{ elementary.edr_type_float() }}))
34+
stddevPop(cast({{ column_name }} as {{ elementary.edr_type_float() }}))
3535
{%- endmacro %}
3636

3737
{% macro variance(column_name) -%}

0 commit comments

Comments
 (0)