Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidated meta config to use the same models #361

Merged
merged 16 commits into from
Nov 12, 2024

Conversation

DevonFulcher
Copy link
Contributor

Description

This PR addresses this feedback to consolidate the meta config into central models. This is technically a breaking change because some classes have been deleted, but Courtney confirmed that these classes are not being used by dbt-core.

Checklist

@courtneyholcomb
Copy link
Contributor

Can we do the version bump in this PR? I think it would be safer to merge those together to make sure we don't accidentally release a breaking version without bumping the minor version (in case someone did a patch version bump and released it before we had a chance to release the new minor version).

Copy link
Contributor

@courtneyholcomb courtneyholcomb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Just make sure you coordinate will @WilliamDee on the version bump and it should be good to go!

### Description

This PR implements the meta config merge behavior described
[here](https://docs.getdbt.com/reference/configs-and-properties#combining-configs)
and referenced
[here](#362).

I decided to stack this PR on top to keep it distinct from the other
PRs, but I don't intend to merge this one into main directly. I will
merge it into its parent branch first.

### Checklist

- [x] I have read [the contributing
guide](https://github.com/dbt-labs/dbt-semantic-interfaces/blob/main/CONTRIBUTING.md)
and understand what's expected of me
- [x] I have signed the
[CLA](https://docs.getdbt.com/docs/contributor-license-agreements)
- [x] This PR includes tests, or tests are not required/relevant for
this PR
- [ ] ~~I have run `changie new` to [create a changelog
entry](https://github.com/dbt-labs/dbt-semantic-interfaces/blob/main/CONTRIBUTING.md#adding-a-changelog-entry)~~
I'm not going to merge this directly into main, so we don't need a
separate changelog entry.
Base automatically changed from Add_meta_to_measures,_entities,_and_dimensions to main November 12, 2024 19:36
@DevonFulcher DevonFulcher merged commit 0aa68b2 into main Nov 12, 2024
22 checks passed
@DevonFulcher DevonFulcher deleted the consolidate_meta_config branch November 12, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants