Doug Beatty
Doug Beatty
@CarrotPapa Thanks for such a nice write-up with detailed listing of your project files, commands, and output 🤩 Intermittent errors are tough to debug! I tried out an example nearly...
Thanks for this info @CarrotPapa ! After a bit of experimentation, I was able to observe that same parsing error. Read below for details. ### Suspected root cause I'm guessing...
Here's the history I was able to Indiana Jones real quick: - [dbt 0.5.1](https://github.com/dbt-labs/dbt-core/releases/tag/v0.5.1) (2016-10-21) - Raiders of the Lost Archive -- version your raw data to make historical queries...
> @dbeatty10 Thank you for your response. I have corrected `data-tests:` to `data_tests:`. > > According to the [official documentation](https://docs.getdbt.com/docs/build/data-tests), `tests:` will continue to be supported, but dbt 1.8 and...
@courtneyholcomb The description in https://github.com/dbt-labs/dbt-core/issues/10376 sounds good overall. Are there any alternative names to `default_granularity` that would work? We haven't tended to use the word `default` within our YAML interfaces...
Thanks for reaching out @soham-dasgupta ! I'm going to transfer this to the `metricflow` repository so the experts on that team can take a closer look at this.
Transferred from https://github.com/dbt-labs/dbt-core/issues/11537
Thanks for reaching out @dinoDayo ! I _think_ that https://github.com/dbt-labs/dbt-core/issues/6997 addresses the situation you are asking about. Could you give that thread and read-through and let me know either way?
Thanks for providing the full details of a simple reproducible example @TomSteenbergen ! Did you try a workaround of the following? 1. Renaming `model_x` within project_downstream to `model_xy` 2. Alias...
## Can the behavior be changed in `dbt-core`? > I do wonder if there is perhaps a way to solve this issue in `dbt-core`, so that `ref` does correctly refer...