We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26629fe commit c3fac9cCopy full SHA for c3fac9c
airbyte_cdk/sources/declarative/async_job/job_orchestrator.py
@@ -438,7 +438,7 @@ def create_and_get_completed_partitions(self) -> Iterable[AsyncPartition]:
438
self._wait_on_status_update()
439
except Exception as exception:
440
LOGGER.warning(
441
- f"Caught exception that stops the processing of the jobs: {exception}"
+ f"Caught exception that stops the processing of the jobs: {exception}. Traceback: {traceback.format_exc()}"
442
)
443
if self._is_breaking_exception(exception):
444
self._abort_all_running_jobs()
0 commit comments