We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18101d8 commit 062968fCopy full SHA for 062968f
tap_ms_teams/streams.py
@@ -63,8 +63,8 @@ def update_currently_syncing(self, stream_name):
63
del self.state['currently_syncing']
64
else:
65
singer.set_currently_syncing(self.state, stream_name)
66
- if stream_name:
67
- LOGGER.info('Stream: %s - Currently Syncing', stream_name)
+ singer.write_state(self.state)
+ LOGGER.info('Stream: %s - Currently Syncing', stream_name)
68
69
# Returns max key and date time for all replication key data in record
70
def max_from_replication_dates(self, record):
0 commit comments