Skip to content

Commit

Permalink
Merge pull request #1 from seanglynn-thrive/do-not-refresh-the-damn-s…
Browse files Browse the repository at this point in the history
…chema

Update __init__.py
  • Loading branch information
seanglynn-thrive authored May 31, 2022
2 parents 14a0be5 + d20c9cf commit 19b807e
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 19b807e

Please sign in to comment.