Slackbot
09/13/2022, 3:09 AMSamarth Jain
09/13/2022, 3:13 AMGian Merlino
09/13/2022, 3:52 AMrow_index var, but you can do % on some other appropriate var you have in the data (which, if it doesn't exist, yeah, you may need to add upstream via flink or similar)Samarth Jain
09/13/2022, 4:01 PMMichael Kutz
09/14/2022, 7:44 AMrow_index you can use CURRENT_TIMESTAMP or something
I'm not sure it's possible, but maybe we can use the JS and return some random number based on the minute, like Math.random(new Date().getTime()/60000) and if that number is greater than 0.1 (10% per minute) the value would be stored or something like that...