Doug Beatty

Results 626 comments of Doug Beatty

Thank you for providing those two reasons for your strong preference! Great insights 💡 > it'd be great if we can also make the docs a bit less ambiguous on...

@TomSteenbergen after conferring with @MichelleArk, we've decided to categorize this as a bug. Here's some more detail: > It's a general issue with refs across packages and projects (not just...

Hey @TomSteenbergen added a question in the PR to find out if there's some risk that we'd need to mitigate first or not: https://github.com/dbt-labs/dbt-core/pull/11366#issuecomment-2761799963

Thanks for reaching out @amuweee 🙏 (and @ataft!) I took a quick shot at reproducing this using `dbt-duckdb` and `dbt-snowflake`, and I wasn't able to reproduce it. Could you try...

@GatienDoesStuff Thanks for providing some more detail! But I'm confused: the original issue was talking about snapshots, and you're examples has incremental models. Could you provide a full example (including...

I absolutely believe you that this is happening @amuweee. We'd just need to be able to reproduce it in order to make any code changes, recommendations, etc. See my attempt...

Thanks for reporting this @adamribaudo-velir and @dkultasev for confirming. I also observed the same thing. Simplified reprex below. `models/_unit_tests.yml` ```yaml version: 2 unit_tests: - name: test_unit_test model: test given: []...

This error message looks similar to https://github.com/dbt-labs/dbt-core/issues/10410, so I suspect they may have the same underlying root cause(s).

Thanks for reaching out @mattiasthalen ! Could you share example YAML code for these two steps to reproduce? 1. Define metric 2. Filter on condition from another semantic model

After connecting with @Jstein77 and @plypaul we've determined that this is a known limitation, but it's something that we'd like to make possible. I'm going to update this to be...