Skip to content

Commit

Permalink
finaly&
Browse files Browse the repository at this point in the history
  • Loading branch information
RobyBen committed Nov 23, 2024
1 parent 970ec8d commit c7e7236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tap_postgres/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,8 @@ def logical_replication_connection(self):
connection_string,
# add slot name to application_name
application_name=(
f"tap_postgres_{self.config.get('replication_slot_name', 'tappostgres')}"
f"tap_postgres_{self.config.get(
'replication_slot_name', "f"'tappostgres')}"
),
connection_factory=extras.LogicalReplicationConnection,
)
Expand Down

0 comments on commit c7e7236

Please sign in to comment.