-
### Expected behavior
I had a dbt compilatikon problem - then I see it in the Problems tab - then I say "Clear Healthcheck problems" - it doesn't react - I could not get dbt Power User understand tha…
-
### Is this a new bug in dbt-snowflake?
- [X] I believe this is a new bug in dbt-snowflake
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Cur…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I've created a repository with multiple tests that summarizes compilation errors with S…
-
Hello!
This is a bug and a suggestion for improvement...
I'm suffering with slow performance when materialization as table.
### My environment
I started this month to use dbt for MS SQL. My da…
-
### Expected Behaviour
dbt can run many tests in parallel without causing database deadlocks.
dbt can query information_schema and do DDL on separate threads without deadlocks.
### Actual Behavio…
-
make a template that at minimum requires that users share:
- their `dbt-sqlserver` version,
- the database product they are using (e.g. SQL Server 2012, Azure SQL)
- the relevant excerpt of their `…
-
SQL Server doesn't support `::` casting.
`dbt_utils` `default__current_timestamp()` uses `::` to perform the cast. I think this adapter, dbt-sqlserver, should adjust to support this case and any o…
-
from #137, here's the proposed solution
> ### Ephemeral models
>
> The _general_ approach outlined in https://github.com/dbt-msft/dbt-synapse/commit/9180da5a6d092c6b4b22d5388aa6592d2b9d77c4 is s…
-
`dbt` has a configuration option to persist documentation to the database:
https://docs.getdbt.com/reference/resource-configs/persist_docs
Attempting to use it with the sql server adapter result…
-
as I work on #59, I've had to disable ~17 tests in `integration_tests/dbt_utils/dbt_project.yml` for the same reason. The reason why is because of the pivot to the `test` block where code to be teste…