Hi
@Sven Balnojan, Thanks for your response. This line of code _stream_version = singer.get_bookmark(state, stream.tap_stream_id, 'version'))_ is always returning None. In the same file line 58 (_*replication_key_value = singer.get_bookmark(state, stream.tap_stream_id, 'replication_key_value')*_) the replication key value is retrieved from the state and this is also returned as None. I think the problem is in
https://github.com/transferwise/pipelinewise-tap-oracle/blob/master/tap_oracle/__init__.py. The '*replication_key_value*' in the state is not loaded from the state before calling the
_state = incremental.sync_table(conn_config, stream, state, desired_columns)_,