Data stream partition issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello,
I am using data stream to get the data from snowflake. I am having snowflake spoke OOB action.
but while importing the data data stream is not running for all the partition instead its run for random number of pages and stops and due to that i am not getting total records from snowflake.
please suggest if anyone faced/facing same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @pritesh9131
Ensure your Data Stream Pagination is correctly iterating and not attempting to load too many records into a single page's memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello Tanushree !
Thank you !
Its taking partition but not all. suppose i am having max partition = 20 then its taking partition and randomly stopping after any partition.
There is not any pattern i can see after which partition its stopping.
unable to catch the issue