fix: use message=None instead of message="" in job_orchestrator by sophiecuiy · Pull Request #935 · airbytehq/airbyte-python-cdk

@sophiecuiy @claude

With the `is not None` checks in `AirbyteTracedException.__str__` (PR #927),
`message=""` returns an empty string instead of falling back to the detailed
`internal_message`. Using `None` lets the fallback work correctly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

AI review requested due to automatic review settings

March 6, 2026 00:36

coderabbitai[bot]

pnilan

@sophiecuiy sophiecuiy deleted the sophie/fix-job-orchestrator-empty-message branch

March 6, 2026 00:48