-
Notifications
You must be signed in to change notification settings - Fork 125
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
Support Redshift #60
Comments
My initial thoughts are that we could extend the adapter for each warehouse to add an upload function which is accessible through a |
We've been busy reimplementing the package, opening it up to be compatible with more adapters. Resolving this involves implementing a redshift version of each warehouse dispatch-able macro defined in https://github.com/brooklyn-data/dbt_artifacts/tree/main/macros. |
The Redshift macro part is relatively easy to implement. The problem that I run into is that the Any thoughts on a solution? E.g. change Here are some quick tests using the
|
Field report on @brendan-cook-87 's fork. Works great for me ! Self hosted DBT DBT + redshift version:
packages.yml:
tested seed, run, snapshot. No issues. Only tyre kicked the data in the tables but looks correct. Thanks for the code !!! |
Any updates on this topic? Is there a particular reason why Redshift is not supported? |
Created an updated version of @brendan-cook-87 work here. It works as expected for Redshift, so if you need support for Redshift, just tap this fork while the PR is not merged. |
It would be epic to have this package support Redshift. One of the things we will need to discuss is how we will recommend loading into Redshift (or S3 would be better for Redshift)
The text was updated successfully, but these errors were encountered: