Skip to content

Commit 1816a16

Browse files
authored
set default port to 5439 (#237)
1 parent 7cc38fd commit 1816a16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

target_redshift/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(
6464
th.Property(
6565
"port",
6666
th.StringType,
67-
default="5432",
67+
default="5439",
6868
description=(
6969
"The port on which redshift is awaiting connection."
7070
),

0 commit comments

Comments
 (0)