dave-connors-3
dave-connors-3
Incremental models with contracts must have the `on_schema_change` config set to `append_new_columns`. This will need to be a conditional piece of logic in the `add-contract` command. Options 1. add it...
https://github.com/dbt-labs/dbt-core/pull/7739 was just merged, which adds the ability to select models based on their access. Once released, we should use this in favor of the hidden `public_only` argument in the...
When users declare sources in a downstream project to refer to models in an upstream project, most often the sources are hard coded to the production environment outputs of the...
wouldn't this change this to "at least 1 word character followed by 0 or 1 dash followed by at least 1 word character?) _Originally posted by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/451#discussion_r1600588016_
this mimics the updates in #150 so we can isolate them from the rest of the updates
### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...