Are there any docs on how to use the Postgres Task...
# prefect-community
d
Are there any docs on how to use the Postgres Task while connecting via an ssh tunnel ? AKA A bastion server
k
That I am not sure if it’s meant for. Do you know how to do it in Python without Prefect?
k
Should just be tweaking your connection string no? instead of
<http://database.aaaaaaa.us-west-2.rds.amazonaws.com|database.aaaaaaa.us-west-2.rds.amazonaws.com>
its
localhost
and instead of
5432
for the port its whatever you setup in the tunnel config