clearly takes a kwargs argument and passes it onto the underlying engine which would solve my problem, but none of the versions I get installed via pip take it. I've tried pip installing via git but that doesn't seem to get the version in the aforementioned link either.
I have to connect to Amazon redshift via database URI over a tunnel. Thus, I need to use:
passed down to the sqlalchemy-redshift driver but I don't see any way to do this with the constructor:
as documented here:
https://github.com/binarydud/redshift_sqlalchemy/issues/36
I'm confused because the constructor here:
https://github.com/kennethreitz/records/blob/a49f8aa5c5102448d9ac45c9ba71ca9fa396f236/records.py#L199
clearly takes a kwargs argument and passes it onto the underlying engine which would solve my problem, but none of the versions I get installed via pip take it. I've tried pip installing via git but that doesn't seem to get the version in the aforementioned link either.
Any ideas?
Thanks!