Forum Discussion
MightyMicrobe
4 years agoHelper II
Minor Changes to Dataflow = Full Refresh?
I have a dataflow with several large tables (~700 Million rows) with the incremental refresh. I want to add a new table to the dataflow without changing anything in the existing tables. Will this cau...
v-henryk-mstf
4 years agoCommunity Support
Hi MightyMicrobe ,
I think a new table created separately will not cause the content to be reloaded and refresh the newly created table separately. If the new table has a query relationship with the original table, then it will change the way it is refreshed.
If the problem is still not resolved, please point it out. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
MightyMicrobe
4 years agoHelper II
Thank you v-henryk-mstf ! For my education, is there anything in docs I can read up on?