Is it possible to do the unoptimized aggregation through UI?? I know we can do this in API but just want to know if there is any other way…
Thanks,
sheela
Is it possible to do the unoptimized aggregation through UI?? I know we can do this in API but just want to know if there is any other way…
Thanks,
sheela
I don’t think you can do the unoptimized aggregation through UI especially in source config. But if you have the workflows you can use HTTP Request to call the unoptimized aggregation API for direct source.
But for flatfile source i think we cannot include the file to upload and do the aggregation…
HTH.
Hi Sheela,
I’ve leveraged the unoptimized aggregation workflow from the colab before to schedule unoptimized aggregations: colab-workflows/workflows/run-unoptomized-aggregation at main · sailpoint-oss/colab-workflows · GitHub
Take a look if you want to do more regular unoptimized aggregations for a source. Otherwise, like Shantha said, your best approach is API, or using the VS Code Extension
Thanks,
Margo