Load all data using table API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 12:43 AM
Hi Team,
Our requirement is to export all incidents from ServiceNow to Google Cloud Big Query using Table API but there is a limit for the data i.e 10,000 records by default.
Since our requirement is every10 mins new incidents will come and will be loaded to Big Query how we can discard the limit. simply we do not want to add limit to our API request.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 01:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 01:17 AM - edited 11-02-2022 01:19 AM
Hi @Community Alums ,
Thank you for the link, could you please elaborate me on this because I am not able to understand exactly how to achieve this.
because my requirement is to do all the changes in the url itself only to export all data in every 3 hours
Thanks