Skip to content

Add support for model.meta #17

Description

@abdel-87

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', {})

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions