-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
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). |
…nsolidate_meta_config
…nsolidate_meta_config
There was a problem hiding this 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.
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
changie new
to create a changelog entry