coursera / dataduct

DataPipeline for humans.
Other
252 stars 83 forks source link

sql_shell does not work for redshift #222

Closed p5k6 closed 8 years ago

p5k6 commented 8 years ago

Just starting to use dataduct; was testing out configs and noticed that dataduct sql_shell redshift does not work, as the redshift config is not being passed to the open_psql_shell call (which requires the param to be passed).

First noticed this in fc181de, though git blame shows it has existed since functionality was originally added.

Will have a PR ready momentarily to address.