-
### Is this a new bug?
- [X] I believe this is a new bug
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
The current documentatio…
-
In https://github.com/dbt-msft/dbt-sqlserver/pull/173, I override the test materialization to always store failures, but drop that table after running the test query unless otherwise specified. I don'…
-
Fairly confident that this is only an issue on ['singular data tests' ](https://docs.getdbt.com/docs/build/data-tests#singular-data-tests) configured in the tests/ folder.
I assume this is …
-
Currently the Serverless Pool is not supported by this module, because the [`RENAME`](https://learn.microsoft.com/en-us/sql/t-sql/statements/rename-transact-sql?view=aps-pdw-2016-au7) command is not s…
-
When running incremental models on Synpase Replicated tables an error is thrown:
`[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Option 'REPLICATE User Temp Table' is not supported in …
-
By default relations and columns are quoted by double quotes " in dbt. What do you think about setting the quoting to [] which is more T-SQL like?
-
### Is this a new bug in dbt-redshift?
- [X] I believe this is a new bug in dbt-redshift
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Curre…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I received the following unexpected warnin…
-
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 wanted to create a VIEW on a connected MSSql Server, which is handled by the JDBC Base Connector.
Which is causing a not supported error.
I have read through the source code and found that the…