fix(source-zendesk-support): skip inaccessible side conversation tickets - #84404
fix(source-zendesk-support): skip inaccessible side conversation tickets#84404Sanket Agarwal (snktagarwal) wants to merge 5 commits into
Conversation
|
|
|
Note 📝 PR Converted to Draft More info...Thank you for creating this PR. As a policy to protect our engineers' time, Airbyte requires all PRs to be created first in draft status. Your PR has been automatically converted to draft status in respect for this policy. As soon as your PR is ready for formal review, you can proceed to convert the PR to "ready for review" status by clicking the "Ready for review" button at the bottom of the PR page. To skip draft status in future PRs, please include |
👋 Welcome to Airbyte!Thank you for your contribution from snktagarwal/airbyte-upstream! We're excited to have you in the Airbyte community. If you have any questions, feel free to ask in the PR comments or join our Slack community. 💡 Show Tips and TricksPR Slash CommandsAs needed or by request, Airbyte Maintainers can execute the following slash commands on your PR:
Tips for Working with CI
📚 Show Repo GuidanceHelpful Resources
|
|
/run-connector-tests |
|
All contributor-actionable checks are green, and local verification passes ( Maintainer action requested: please run the privileged connector tests and approve/rerun the progressive-rollout gate. Production validation on our self-managed GKE deployment: custom image digest |
|
💬 Duplicate detected per Hands-Free AI Triage Project triage. Thanks for the contribution! This change targets the same To avoid two competing version bumps to |
Summary
Verification
uvx --from ruff==0.8.3 ruff check --select=I unit_tests/mock_server/test_side_conversations.pyuvx --from ruff==0.8.3 ruff format --check unit_tests/mock_server/test_side_conversations.pyTZ=UTC poetry run pytest -q mock_server/test_side_conversations.py(8 passed)