Open ablack3 opened 3 years ago
Hi there,
Yes - at the moment, this code is just meant to run on postgres. Some members of our team are working on making the code compatible with different databases, but the ETA is unknown on that. If you have any suggestions on how best to do it we would really appreciate your input!
Best, Justin
Redshift does not seem to support queries of the form
which are used in the FeatureGenerator
It seems like cross-database
COPY TO
syntax might be problematic. Is the intention for this code to run on several database platforms or just postgres?