Adding fixed delay to Update Policy execution
When we define update policy against a specific table , it gets triggered as soon as new data is ingested into the source tables (the sources defined in the update policy definition). But can we add a fixed delay to this behavior ? So let’s say new data is ingested into the source tables, I would still like the update policy not to populate data to the target for 30 mins, so in this case 30 min is the fixed delay , can we add this sort of delay?
How to Join two KQL tables with between operators (instead of ON)
I’m trying to join two KQL tables with between operator as you can see below:
Grouping on the basis of cumulative sum
Let’s say I have the following Kusto dataset (the field category is unique as I already called out in the comment)