We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6abaed commit 6136336Copy full SHA for 6136336
airbyte_cdk/sources/declarative/async_job/job_orchestrator.py
@@ -481,7 +481,7 @@ def create_and_get_completed_partitions(self) -> Iterable[AsyncPartition]:
481
# We emitted traced message but we didn't break on non_breaking_exception. We still need to raise an exception so that the
482
# call of `create_and_get_completed_partitions` knows that there was an issue with some partitions and the sync is incomplete.
483
raise AirbyteTracedException(
484
- message="",
+ message=None,
485
internal_message="\n".join(
486
[
487
filter_secrets(exception.__repr__())
0 commit comments