Data stream partition issue

pritesh9131
Tera Contributor

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.

2 REPLIES 2

Tanushree Maiti
Giga Patron

Hi @pritesh9131 

 

Ensure your Data Stream Pagination is correctly iterating and not attempting to load too many records into a single page's memory.

 

fyi. https://www.servicenow.com/community/developer-forum/data-stream-is-working-fine-in-flow-designer-bu...

 

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

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