some more changes

This commit is contained in:
2026-02-17 23:11:16 +01:00
parent f88d870db5
commit 24a505e9bf
20 changed files with 184 additions and 60 deletions

View File

@@ -0,0 +1,3 @@
{% macro extract_numeric(column_name) %}
NULLIF(regexp_replace({{ column_name }}, '[^0-9]','','g'), '')::numeric
{% endmacro %}