Doug Beatty
Doug Beatty
@JeanChristopheMorinPerso Do you happen to have any instructions we could follow to try running the recipe at [recipe/meta.yaml](https://github.com/AnacondaRecipes/dbt-feedstock/blob/f966783002abe505b6ff0ad7c32e6ed438da2fc2/recipe/meta.yaml) so we can see the errors ourselves? Without being able to reproduce...
Thanks for reporting this @sp-tkerlavage 🙏 I was able to reproduce this in dbt-snowflake and something similar in dbt-postgres as well, so I'm going to transfer this issue to dbt-core....
@josezeta and @jfo8001 did each of you see this error for the first time today? If so, was it intermittent, or did it happen every time to you ran `dbt...
A transient issue with GitHub sounds like a very possible explanation. Agreed that this doesn't look like an issue in dbt-core, and it being rare and intermittent both supporting that...
@jturner18 are you still experiencing this issue? Both of the `packages.yml` files below worked for me when I ran this: ```shell dbt deps --upgrade ``` ```yaml # one version of...
Thanks for reporting this @rm-minus-r-star ! It sounds like this **does not** reproduce the issue for you after all? > Use single quotes for the unique_key column in a snapshot...
Okay, let us know what you hear back from your provider. In the meantime, I'm going to update the description to add the following: > I've tried going back and...
Thanks for reporting this @jeremyyeo! And thank you for the nice reprex above 🤩 Indeed, this does look similar to https://github.com/dbt-labs/dbt-core/issues/8859. I'm going to leave this as a stand-alone issue...
We should check if this is resolved by https://github.com/dbt-labs/dbt-core/pull/8865
Thanks for checking this and sharing the result @karenderer ! 🏆 ### Workaround There's a handful options for workarounds in the meantime -- all of which should only need to...