Skip to content

Commit

Permalink
feat: support range_hashed and complex_key_range_hashed dictionary ma…
Browse files Browse the repository at this point in the history
…terialization layout
  • Loading branch information
rjoelnorgren committed Sep 24, 2024
1 parent 51bf0e1 commit 6e155e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbt/include/clickhouse/macros/materializations/dictionary.sql
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
)
LAYOUT({{ config.get('layout') }})
LIFETIME({{ config.get('lifetime') }})
{%- if config.get('range') %}
RANGE({{ config.get('range') }})
{%- endif %}
{% endmacro %}


Expand Down

0 comments on commit 6e155e8

Please sign in to comment.