Hello there,

I am looking to deploy an API server on Heroku that will use a SQLAlchemy 
(1.3.2) engine establishing a connection with Redshift data warehouse.

I am considering using Heroku's Fixie proxy to get our server up and 
running, which would allow me to whitelist the static IP the proxy 
provides. My employer does not have a Heroku enterprise account, so I can 
not take advantage of Heroku's direct peering service.

The Fixie [documentation](
https://devcenter.heroku.com/articles/fixie#using-with-python) gives 
examples of using the proxy with the requests library, and I'm interested 
in knowing if it might possible to use this proxy with SQLAlchemy. The 
customer support at Heroku thought this might be possible and encouraged me 
to post this question here.

I warmly welcome guidance from anyone who may have successfully implemented 
this or can kindly let me know I'm barking up the wrong tree.

Warmly,

Siobhán

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to