-
### 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…
-
When I run `dbt snapshot ` for a existing source table that has a new column I get the error:
```
Database Error in snapshot test_snapshot (snapshots\test.sql)
('42S01', "[42S01] [Microsoft][ODBC D…
-
I am having trouble running integration tests for this package in my development environment. I can follow the "Dev environment set-up" instructions up to step 5, but then I encounter a Compilation Er…
lkell updated
2 months ago
-
After running a model materialized as a `view`, cannot run the same model with `table` materialization.
`{{ config(materialized="view") }}` --> `{{ config(materialized="table") }}`
I include exam…
sinia updated
2 months ago
-
On dbt 1.4 with dbt synapse adapter the dashboard shows little output.
![image](https://github.com/montara-io/dbt-command-center/assets/11210917/d4d8cf64-f126-45a1-b58f-b9d6328e123d)
Logs show …
-
-- assert count of rows
with cte as (
select count(distinct([category])) as cnt
from table
)
select cnt
from cte
where cnt 2
('42000', "[42000] [Microsoft][ODBC Driver 17 for SQ…
-
Hello!
I'm trying to run a date_spine to populate my Calendar Dimension, but it crash with _Compilation Error_:
```py
23:29:43 Running with dbt=1.4.6
23:29:44 Encountered an error:
Compilat…
-
**Affected module**
Ingestion Framework
**Describe the bug**
While ingesting the following query getting an error as `ValueError: too many values to unpack` during handling of column level lineag…
-
### Describe the bug
Azure SQL and SQL Server doesn't have the ilike SQL operator. The SQL code generated by get_tables_by_pattern_sql uses the ilike operator.
The bug was found while running the ge…
-
Not sure where this should go, please move to an appropriate repo/issue.
I have to work with a MS SQL Server, hence I'm stuck with DBT 1.4 as the dbt-sqlserver adapter is EOL and will be replaced b…