dbt-labs / dbt-semantic-interfaces

The shared semantic layer definitions that dbt-core and MetricFlow use.
Apache License 2.0
66 stars 13 forks source link

Expose meta for Metric and SemanticModel #250

Closed WilliamDee closed 6 months ago

WilliamDee commented 8 months ago

Resolves #251

Description

This PR exposes the meta field for Metric and SemanticModel which enables it to be parsed out in the semantic manifest for use in the SL APIs

Checklist

github-actions[bot] commented 8 months ago

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

github-actions[bot] commented 8 months ago

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

WilliamDee commented 6 months ago

@QMalcolm this piece should be ready to go! I believe core needs to update that nested config for Metric and we should be able to merge this