Doug Beatty
Doug Beatty
Count me in @leahwicz I can get the PRs opened and the macros moved over. The thing that I would welcome the most help with: - robust testing
I'll do some manual testing on this and report back here afterwards.
From @alittlesliceoftom [here](https://github.com/dbt-labs/dbt-core/issues/6008#issuecomment-1560715894): > I was going to raise an issue: > "Incorrect Configs Are Silently Ignored - they should raise errors" > > But this seems like a close...
Thanks for linking that thread in Slack to this feature request @mwstanleyft ! This is a nice summary of the surprise factor: > Tbh I'm always unpleasantly surprised that dbt...
### Acceptance criteria - Unrecognized [config names](https://docs.getdbt.com/reference/configs-and-properties#where-can-i-define-configs) raise a warning - Using a [`config()` Jinja macro](https://docs.getdbt.com/reference/dbt-jinja-functions/config) within a `model`, `snapshot`, `test`, etc. SQL file - Using a [`config` property](https://docs.getdbt.com/reference/resource-properties/config) in...
I'm going to promote this issue to a Discussion.
Thanks for reaching out @vakarisbk ! And thanks for providing such a well-constructed example 🏆 Could you try this? ```shell dbt build -s +test_null --full-refresh dbt show --inline "select *...
Thank you for that insight @vakarisbk -- will re-open this! Nice eyes on `http` vs. `session` 🦅 ### Reprex Using the example [here](https://github.com/dbt-labs/dbt-spark/issues/901#issue-1926562509), the following commands do give the expected...
As-of v1.7, dbt-spark currently only supports these incremental strategies: - `append` - `merge` - `insert_overwrite` So it currently does not support this one: - `delete+insert` https://docs.getdbt.com/docs/build/incremental-models#supported-incremental-strategies-by-adapter Since ~dbt-core~ dbt-adapters has...
Labeling this as `triage` for us to choose between one of the following approaches for this request: 1. Support a `pyproject.toml` file to read dbt project config 1. Add a...