1
0
mirror of synced 2025-12-26 14:02:10 -05:00

hotfix: formatting

This commit is contained in:
jrhizor
2021-04-02 09:12:34 -07:00
parent fb5cef7afa
commit 1eadbb0326

View File

@@ -86,7 +86,7 @@ class BaseSource(Source):
for configured_stream in catalog.streams:
try:
yield from self._read_stream(logger=logger, client=client, configured_stream=configured_stream, state=total_state)
except Exception:
logger.exception(f"Encountered an exception while reading stream {self.name}")
raise