Forum Discussion
Anonymous
6 years agoNot applicable
Inserting streaming data into a static table
Hello Community , I have a requirement where i am using an api and it gives me a data of current date. What i was thinking that is there a way that i can insert these rows into a table .it's like co...
- Anonymous6 years ago
I have already used dataflow approach, what it does is it truncates the streaming table data and insert the new data which then i append it to another historical table.
Anonymous
6 years agoNot applicable
I have already used dataflow approach, what it does is it truncates the streaming table data and insert the new data which then i append it to another historical table.
amitchandak
6 years agoSuper User
Anonymous ,
Is the last solution you have provided resolved your issue. Or you are still looking for a solution