dbt-labs/dbt_metrics

[SEMANTIC-155] [Feature] Adding support for `entities` in dbt-core

Closed this issue · 0 comments

Part of dbt-labs/dbt-core#6626

What this issue entails

  • Update the query generation logic to work with entities.
    • Update get_metrics_dictionary and get_metric_dictionary to pull in both the entity name and the model it relates to
    • Update gen_base_query to pull from the model the entity is pointed at
    • Update the way we handle dimensions to support the new dimensions format