You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: