Hi @saikumarS
Looks like this has been addressed in previous posts:
Pruning cyclical group hierarchy: Active Directory [source] Warning - Identity Security Cloud (ISC) / ISC Discussion and Questions - SailPoint Developer Community
This API call was the solution, the thread will provide some insight but making this call will avoid the warning:
PATCH - {{api-url}}/beta/sources/{{sourceId}}
[
{
"op": "add",
"path": "/connectorAttributes/noGroupCycleDetection",
"value": true
}
]