Skip to content

Commit

Permalink
add explicit arg name to log_records_read()
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Mar 27, 2024
1 parent 204e8bf commit 078dcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte/sources/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def _tally_records(

for message in messages:
yield message
progress.log_records_read(self._processed_records)
progress.log_records_read(new_total_count=self._processed_records)

def _log_sync_start(
self,
Expand Down

0 comments on commit 078dcea

Please sign in to comment.