fix(cdk): reclassify async job failure from config_error to system_error and add user-facing message by devin-ai-integration[bot] · Pull Request #961 · airbytehq/airbyte-python-cdk

@devin-ai-integration

…ror and add user-facing message

- Change FailureType from config_error to system_error in _process_partitions_with_errors
  and the final aggregated exception in create_and_get_completed_partitions
- Add user-facing message field to both AirbyteTracedException instances
- Update test assertion to expect system_error instead of config_error

The previous config_error classification incorrectly prevented automatic retries
and misled oncall into thinking these were user configuration issues. These are
job execution failures (e.g., expired download URLs, HTTP 403) that are not
caused by user configuration.

Co-Authored-By: bot_apk <apk@cognition.ai>

@pnilan self-requested a review

March 24, 2026 22:39

pnilan

Copilot AI review requested due to automatic review settings

March 24, 2026 22:45