diff --git a/bizon/source/cursor.py b/bizon/source/cursor.py index ffbccf6..f517bc6 100644 --- a/bizon/source/cursor.py +++ b/bizon/source/cursor.py @@ -106,7 +106,7 @@ def update_state(self, pagination_dict: dict, nb_records_fetched: int): self.job_status = JobStatus.SUCCEEDED if self.total_records is not None and self.rows_fetched != self.total_records: - logger.warning( + logger.info( ( f"Source: {self.source_full_name} - Iteration {self.iteration} - " f"Total records fetched: {self.rows_fetched} "