Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seanglynn-thrive authored May 31, 2022
1 parent 14a0be5 commit d20c9cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tap_postgres/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ def do_sync(conn_config, catalog, default_replication_method, state, state_file=
else:
end_lsn = None

refresh_streams_schema(conn_config, streams)
# Do *not* refresh streams schema on sync
# See https://github.com/transferwise/pipelinewise-tap-postgres/pull/129
# refresh_streams_schema(conn_config, streams)

sync_method_lookup, traditional_streams, logical_streams = \
sync_method_for_streams(streams, state, default_replication_method)
Expand Down

0 comments on commit d20c9cf

Please sign in to comment.