Sam Debruyn
Sam Debruyn
If you have a snapshot table with a certain distribution and/or index type and you change one of those later on through a config, nothing happens. However, these cannot be...
When you add this macro as a post-hook, you get `maximum recursion depth exceeded while calling a Python object` when running `dbt compile`
I am interested in using external sources. What I am missing in either features or the documentation (if the feature already exists): * How do I set the delimiter for...
## 🐛 Bug Report [MvxAndroidTargetBinding](https://github.com/MvvmCross/MvvmCross/blob/bdaa09299714d94cf3f2c548a465d994c20d52f0/MvvmCross/Platforms/Android/Binding/Target/MvxAndroidTargetBinding.cs) tries to convert a value to `TValue` while with `MvxAndroidTargetBinding` you're guaranteed that the value is of type `TValue`. This points to [MakeSafeValueCore](https://github.com/MvvmCross/MvvmCross/blob/bdaa09299714d94cf3f2c548a465d994c20d52f0/MvvmCross/Base/MvxCoreExtensions.cs#L38) which leads...
My repo has multiple dbt projects. How can I configure it to run the hooks for each project? It requires manifest and catalog files, but that only works for a...
In MS SQL you need to set [pre-connect connection attributes](https://learn.microsoft.com/en-us/sql/connect/odbc/using-azure-active-directory?view=sql-server-ver16#new-andor-modified-connection-attributes) to be able to authenticate using Azure AD with things like access tokens. This is supported by all recent versions...
It would be nice if somehow we could badge the README in our repo automatically with the coverage results.
We recently got quite a few issues and comments asking for a status update on support for newer dbt versions, and I think I probably should have written this status...
Resolves #390
This issue is meant to centralize thoughts around quoting and case sensitivity. In dbt 1.5 new tests for the caching mechanism were added. These, once again, failed on issues related...