Add support for model.meta
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 62/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- python
- Domain
- data-engineering
Research direction
Read src/cube_dbt/model.py, focusing on the model representation and its existing properties. Add support for accessing the node/model-level meta value, and verify that models without meta remain usable with the expected default behavior.
Written by the indexing model from the issue text.
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', {})
- Dominant language
- Python
- Stars
- 17
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from cube-js/cube_dbt
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
All issues in cube-js/cube_dbt
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100