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.
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 theopen_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.