Tags: airbytehq/airbyte-python-cdk
Tags
feat(declarative): Add backoff jitter support (#1038) Adds optional `jitter_range_in_seconds` support for declarative constant and exponential backoff strategies. This lets connector devs add a small numeric jitter value in the manifest so retry timing is spread out instead of every worker retrying at the same time. The value is validated as non-negative, applied above the normal backoff time, and covered with schema, factory, and backoff strategy tests. Co-authored-by: Zane Hyatt ZaneHyattAB Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
fix: validate empty CSV column names and improve mismatch error messa… …ges (#1010) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: bot_apk <apk@cognition.ai> Co-authored-by: Alfredo Garcia <alfredo.garcia@hallmark.edu> Co-authored-by: Zane Hyatt <zane.hyatt@airbyte.io>
feat: add SKIPPED async job status to skip jobs with no data to return ( #980) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: bot_apk <apk@cognition.ai> Co-authored-by: Daryna Ishchenko <darina.ishchenko17@gmail.com>
fix(memory-monitor): lower fail-fast thresholds and humanize diagnost… …ic messages (#995) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: patrick.nilan@airbyte.io <patrick.nilan@airbyte.io>
PreviousNext