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
…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>
Copilot AI review requested due to automatic review settings
March 24, 2026 22:45This 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