Open
Description
When using SSH Tunnel, we cannot replicate tables using logicial LogBased Replication.
The function responsible for the replication is in tap_postgres/client.py > logical_replication_connection
line 520.
The connection is using the raw config to connect to the database, however, it should be using the SQLAlchemy URL because it has been modified to handle the new host and port through the SSH tunnel (in the file tap_postgres/tap.py
line 427).
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status