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

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    f6fea48 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    44daf59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe026c View commit details
    Browse the repository at this point in the history
  3. changie

    DevonFulcher committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9315754 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ada4b16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0241498 View commit details
    Browse the repository at this point in the history
  6. Fix renaming class

    DevonFulcher committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    60316b2 View commit details
    Browse the repository at this point in the history
  7. Upgrade version to 0.8.0

    DevonFulcher committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ff611d8 View commit details
    Browse the repository at this point in the history
  8. Fix naming

    DevonFulcher committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    79916e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41a22dd View commit details
    Browse the repository at this point in the history
  10. Fix sync

    DevonFulcher committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c22eb80 View commit details
    Browse the repository at this point in the history
  11. fix tests

    DevonFulcher committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    83ff542 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    45a0b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6275d37 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Merge semantic model meta config (#367)

    ### 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.
    DevonFulcher authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e91a129 View commit details
    Browse the repository at this point in the history
  2. sync

    DevonFulcher committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7dd97b2 View commit details
    Browse the repository at this point in the history