Forum Discussion
Anonymous
4 years agoNot applicable
Append data from different source fails in service
Hi Experts, I have a weird issue. I am appending the data from 2 different sources. 1 is an on-prem oracle source for which I have a gateway 2 Snowflake - Native Query I am importing the ...
lbendlin
4 years agoSuper User
Your service error is caused by
Timeout was reached
so you need to address that separately.
To prevent tables from loading multiple times you can disable load for upstream tables that you don't need in your report, and/or use the Table.Buffer function to enforce spooling before the merge.
Anonymous
4 years agoNot applicable
Thank lbendlin.
The timeout issue only occurs when I am appending the data. When I load it in a single table, it works well without any issue.
My assumption on append is that it loads the data once the individual tables are loaded from the source system. What I am guessing it, append it also trying to hit the source system to get the data. is that correct?