Metricflow (dbt Semantic Layer) integration
To integrate Zenlytic's data model with your dbt models, define the dimensions and measures (metrics) in semantic models section of dbt. Follow this page to get started with Metricflow (dbt Semantic Layer).
#
LimitationsHere let's talk through some limitations of Zenlytic's integration with Metricflow.
Zenlytic does not support the following concepts in Metricflow:
- The
percentile
aggregation on a measure - The
non_additive_dimension
property - The usage of natural keys in joins (using an array of fields to join instead of 1 field or custom SQL)
window
andgrain_to_date
on cumulative metricsoffset_window
in derived metrics