dave-connors-3
dave-connors-3
closes #126 This PR adds support for SQEs for latest version of dbt. I used the docs [here](https://docs.getdbt.com/docs/build/saved-queries) to guide implementation. Two areas for discussion that i don't feel strongly...
this is a quick runthrough of using the metrics layer in a demo environment! Notes are in Notion [here](https://www.notion.so/dbtlabs/e31410b0f02e46f4a31171c059c8e5c8), expect this to change a bunch!
- environment specific behavior (macros + deployment) - models from packages? (i.e. gradients in packages from 4 -> 5) - -
closes #205 Some users saw issues when we collected jinja blocks due to a few shortcomings of our regex matching for jinja blocks, namely: 1. spaces on either side of...
### Describe the feature Make sure we can properly handle the cases where unit tests are defined!
This is regrettable. Perhaps there's an opportunity to add back in metric tests / semantic model tests in 0.4.x 🤷🏻 _Originally posted by @nicholasyager in https://github.com/dbt-labs/dbt-meshify/pull/117#discussion_r1299413188_
this could be a good opportunity for us to refactor this so that we don't need the `public_only` arg at all. we only use this for the group command, and...
### Describe the feature In addition to structured logs, there's was desire from the DX team on a more guided experience for each command, like the `dbt init` command currently...
right now, for model contracts, we rely on the `catalog.json` artifact for column information. Using the artifact assumes that the models exist in the environment we're running the package in,...