You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will provide consistency across dbt resources.
Are you interested in contributing this feature?
Yes.
Anything else?
I have already started on this here. The biggest open question is how to implement combining configs, such as here https://docs.getdbt.com/reference/configs-and-properties#combining-configs. This behavior is a bit confusing to me and there may be a problem with our docs our a bug in the implementation. For example, In this case, there is no meta_location_1 in the manifest:
Is this your first time submitting a feature request?
Describe the feature
Dimensiona, Entities, and Measures should have meta config like other dbt resources https://docs.getdbt.com/reference/resource-configs/meta.
Describe alternatives you've considered
No response
Who will this benefit?
This will provide consistency across dbt resources.
Are you interested in contributing this feature?
Yes.
Anything else?
I have already started on this here. The biggest open question is how to implement combining configs, such as here https://docs.getdbt.com/reference/configs-and-properties#combining-configs. This behavior is a bit confusing to me and there may be a problem with our docs our a bug in the implementation. For example, In this case, there is no
meta_location_1
in the manifest:However, in this case there is:
So, it looks like these meta dictionaries aren't being merged as described in the docs.
The text was updated successfully, but these errors were encountered: