value too long for type character varying(600) when building new columns models #437
Closed
1 of 6 tasks
Labels
bug
Something isn't working
Describe the bug
Two models introduced in v0.9.0 fail to build for us. More specifically they come from #386:
base_node_columns
base_source_columns
Steps to reproduce
dbt deps
dbt build --select package:dbt_project_evaluator
Expected results
I expect models to build successfully
Actual results
Getting
System information
Which database are you using dbt with?
The output of
dbt --version
:Additional context
Compiled code for
base_node_columns
:and obviously runs
Are you interested in contributing the fix?
Yes, I would like to start with finding out what are the values that don't fit in a
VARCHAR(600)
but I don't know how.The text was updated successfully, but these errors were encountered: