I have an ADF which writes output of a Kusto Function to a Kusto Table daily. I need to upsert the data daily into the table. I did not find a way to update the existing data in Kusto DB. Is there any way I can insert row if data not exists with the grain else update the existing row through ADF?
Set or replace will be really expensive for me since the table consist of a huge set of data
If that is not possible Can I truncate the last 2 months data using the datetime stamp I have and reload it from function