-
Notifications
You must be signed in to change notification settings - Fork 163
chore: add Redshift support #453
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
base: main
Are you sure you want to change the base?
Conversation
|
I'm still getting errors: |
|
It seems the error is related to a test run. Over the last year using my package I realized that at least one test out of the standard dbt column tests doesn't work with it (I don't remember now which one, I think it is related with column name test). |
|
So I deleted all tables and runned again. Now it does not fail but the tables are empty :D |
|
ok, After adding the upload hook everything works fine. |
|
Is it planned to get this merged ? We wanted to use this in production... |
|
Over a year and none of the main branch maintainers left a comment @jomach, so I don't think we will have it in the official package sadly. |
|
Can we ping someone ? The builds are failing |
|
maybe @jared-rimmer can take a look? |
Yeah. They've never been responsive at all lol. I gave up with the same issues of completely unrelated builds failing... |
|
I'm switching to elementary |
Overview
This is an update of @brendan-cook-87 PR for Redshift support.
Just changed the data type to SUPER for ARRAY and JSON.
Also merged the latest updates of the package.
I've tested it using Redshift and works fine.
Anyone wanting to test this can just add the package to your dbt project while this is not merged via:
Update type - breaking / non-breaking
What does this solve?
Outstanding questions
What databases have you tested with?