Skip to content

Commit eb7bea3

Browse files
Update tap_postgres/tap.py
1 parent d2b38aa commit eb7bea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_postgres/tap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def __init__(
101101
th.Property(
102102
"replication_slot_name",
103103
th.StringType(
104-
pattern="^(?!pg_)[A-Za-z0-9_]{1,63}$"
104+
pattern="^(?!pg_)[A-Za-z0-9_]{1,63}$",
105105
),
106106
default="tappostgres",
107107
description=(

0 commit comments

Comments
 (0)