Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    6 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.