Hi everyone, we are using Prefect to run a job tha...
# prefect-community
d
Hi everyone, we are using Prefect to run a job that connects to redshift cluster and unloads files to s3 bucket. It's been working fine in the dev environment but when we try in test environment, we get this error. I was wondering if anyone has an idea on what the issue could be. Thanks!
1
m
Hey @dammy arinde Not particularly familiar with redshift a quick google search brought this up in regards to the error https://docs.aws.amazon.com/redshift/latest/mgmt/connecting-refusal-failure-issues.html it's likely related to some configuration difference between your dev and test environment, could be a permission thing or perhaps the flow is being sent to the wrong cluster.
d
Thank you @Mason Menges, I will check this link.