Hi all, I face region restriction of AWS Redshift...
# troubleshooting
e
Hi all, I face region restriction of AWS Redshift. Mine is on
ap-south-east-3
while the pipeline always cause RegionRestriction error (the region is
ap-south-east-1
Up until now, I patch this error by overriding
db_sync.py
in
.meltano
folder. If I trigger the task directly from Meltano UI, it is show region restriction of
ap-south-east-1
either I patch it or not. However, if I patch the
db_sync.py
and then trigger directly from Airflow Webserver UI, it cause no problem. Is there any other recommended solution or best practice for this problem?