Skip to content

Commit 062968f

Browse files
committed
SAC-29747:Addressed review comments
1 parent 18101d8 commit 062968f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tap_ms_teams/streams.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def update_currently_syncing(self, stream_name):
6363
del self.state['currently_syncing']
6464
else:
6565
singer.set_currently_syncing(self.state, stream_name)
66-
if stream_name:
67-
LOGGER.info('Stream: %s - Currently Syncing', stream_name)
66+
singer.write_state(self.state)
67+
LOGGER.info('Stream: %s - Currently Syncing', stream_name)
6868

6969
# Returns max key and date time for all replication key data in record
7070
def max_from_replication_dates(self, record):

0 commit comments

Comments
 (0)