From de4c2b963cb65c705b001ce19b25acb2d04ba4a4 Mon Sep 17 00:00:00 2001 From: Tobias Cadee Date: Thu, 2 Oct 2025 10:32:11 +0200 Subject: [PATCH] set default port to `5439` --- target_redshift/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_redshift/target.py b/target_redshift/target.py index 978e832..304e9f7 100644 --- a/target_redshift/target.py +++ b/target_redshift/target.py @@ -64,7 +64,7 @@ def __init__( th.Property( "port", th.StringType, - default="5432", + default="5439", description=( "The port on which redshift is awaiting connection." ),