Skip to content

Commit

Permalink
Merge pull request #361 from rjoelnorgren/feat-add-range-layout-dicti…
Browse files Browse the repository at this point in the history
…onary

feat: support range based dictionary layouts
  • Loading branch information
BentsiLeviav authored Oct 30, 2024
2 parents 6e92d04 + 6e155e8 commit f5c00bb
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 f5c00bb

Please sign in to comment.