fix: use message=None instead of message="" in job_orchestrator by sophiecuiy · Pull Request #935 · airbytehq/airbyte-python-cdk
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
sophiecuiy
deleted the
sophie/fix-job-orchestrator-empty-message
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters