Hi all, I am trying to get Asterix DB to return eager results instead of returning all the results at the end when the job is completed. Currently the logic of result generation waits for the job to complete, but I feel like there should be a way to make the process eager, if we can figure out where the results are being stored and keep polling the location. Any pointers that can help me identify the correct code points to look at and potentially modify would be appreciated. Thanks!
-- Best Regards, Pratyoy