-
Notifications
You must be signed in to change notification settings - Fork 5k
docs(source-zendesk-support): Document page_size configuration option #72532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
docs(source-zendesk-support): Document page_size configuration option #72532
Conversation
Co-Authored-By: unknown <>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. 💡 Show Tips and TricksPR Slash CommandsAirbyte Maintainers (that's you!) can execute the following slash commands on your PR:
📚 Show Repo GuidanceHelpful Resources
|
| 6. For **Subdomain**, enter your Zendesk subdomain. This is the subdomain found in your account URL. For example, if your account URL is `https://MY_SUBDOMAIN.zendesk.com/`, then `MY_SUBDOMAIN` is your subdomain. | ||
| 7. (Optional) For **Start Date**, use the provided datepicker or enter a UTC date and time programmatically in the format `YYYY-MM-DDTHH:mm:ssZ`. The data added on and after this date will be replicated. If this field is left blank, Airbyte will replicate the data for the last two years by default. | ||
| 8. Click **Set up source** and wait for the tests to complete. | ||
| 8. (Optional) For **Page Size (ticket_comments)**, enter the number of records to fetch per API request for the ticket_comments stream. The default is 100, with a maximum of 1000. Lower values may help prevent timeouts when syncing large datasets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[markdownlint] reported by reviewdog 🐶
MD029/ol-prefix Ordered list item prefix [Expected: 3; Actual: 8; Style: 1/2/3]
| 7. (Optional) For **Start Date**, use the provided datepicker or enter a UTC date and time programmatically in the format `YYYY-MM-DDTHH:mm:ssZ`. The data added on and after this date will be replicated. If this field is left blank, Airbyte will replicate the data for the last two years by default. | ||
| 8. Click **Set up source** and wait for the tests to complete. | ||
| 8. (Optional) For **Page Size (ticket_comments)**, enter the number of records to fetch per API request for the ticket_comments stream. The default is 100, with a maximum of 1000. Lower values may help prevent timeouts when syncing large datasets. | ||
| 9. Click **Set up source** and wait for the tests to complete. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[markdownlint] reported by reviewdog 🐶
MD029/ol-prefix Ordered list item prefix [Expected: 4; Actual: 9; Style: 1/2/3]
|
Deploy preview for airbyte-docs ready! ✅ Preview Built with commit 25fcfb1. |
What
Documents the new
page_sizeconfiguration option for the Zendesk Support connector's ticket_comments stream, which was added in #71752.How
Added step 8 to the setup guide explaining the optional Page Size (ticket_comments) configuration field, and renumbered the final step accordingly.
Review guide
docs/integrations/sources/zendesk-support.md- Single documentation update adding the page_size option descriptionUser Impact
Users will now have documentation explaining how to configure the page_size option for the ticket_comments stream, which can help prevent timeouts when syncing large datasets.
Can this PR be safely reverted and rolled back?
Note: I am an AI assistant (Devin) and have proposed these documentation updates based on recent connector changes. Reviewers may merge this PR, modify it, or close it if they disagree with the changes.
Link to Devin run: https://app.devin.ai/sessions/d3a6f592e4b940ad854741a9d27df819
Requested by: Automated playbook (!connectordocs)