-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stg_nodes failure #390
Comments
the content of the nodes seem to hit the varchar(600) limit-- I wonder if just increasing that (which is in the cross_db_shim macros, would allow this to run? |
Can you try adding a file under your For example, like:
I'd also be interested in knowing what column would be more than 600 chars. |
Hello, I had the same issue and @b-per solution of increasing the size of the varchar in a new file: |
thanks yes, worked for me too!
…On Fri, Nov 10, 2023 at 12:11 PM Reynaldo Méndez Robles < ***@***.***> wrote:
Hello, I had the same issue and @b-per <https://github.com/b-per>
solution of increasing the size of the varchar in a new file:
macros/cross_db_shim/redshift_shims.sql.sql and removing the dispatch
from dbt_project.yml I was able to run the stg_nodes
—
Reply to this email directly, view it on GitHub
<#390 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNOBUJIDGBMNEMK72BVCHLYDZU43AVCNFSM6AAAAAA6TIX536VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBWGE4TGMZRGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks for the update! |
Describe the bug
Steps to reproduce
run
dbt build --select package:dbt_project_evaluator
all models pass except for stg_nodes
Expected results
stg_nodes builds
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?
Sure
The text was updated successfully, but these errors were encountered: