cube-js / cube-js/cube_dbt

Add support for model.meta

Open
#17 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
17
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Currently as stated in the docs of this package, the “meta” key from the “nodes” toplevel node isn’t supported.

Can this be added please? It is very useful to have access to “meta” on node/model level.

In order to do this, probably adding this should be enough to this file https://github.com/cube-js/cube_dbt/blob/main/src/cube_dbt/model.py

@property
def meta(self) -> dict:
return self._model_dict.get('meta', {})

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.