Closed stevenconnorg closed 2 months ago
I believe this issue is the same as what I'm seeing in Snowflake. Update: Ah, I see #465. :+1:
dbt-core: 1.8.3 dbt-snowflake: 1.8.3 Python: 3.11
02:51:34 Database Error in model base_source_columns (models/staging/graph/base/base_source_columns.sql)
002020 (21S01): SQL compilation error:
Insert value list does not match column list expecting 5 but got 8
compiled Code at target/run/dbt_project_evaluator/models/staging/graph/base/base_source_columns.sql
Yes, it looks like #465 .
Let's discuss about it there. As we suggested on the other issue, it would be useful to see what SQL is being sent. Because we load data in hooks though it doesn't show under target/...
and we can only see them in the dbt logs or in the Data Warehouse query history.
So the issue with base_source_columns
is now tracked in #465 and it is getting fixed.
Thank you! This issue has been resolved.
Describe the bug
base_source_columns
andbase_node_columns
in Redshift:Steps to reproduce
0.12.0
Expected results
post-hook
Actual results
Screenshots and log output
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:Additional context
Are you interested in contributing the fix?