Hi - I have Azure Databricks with Unity Catalog, and the SCIM Connector provisioning up and working.
Due to a misunderstanding on my part, I deleted some individual users (using the Databricks admin console) thinking that I was deleting individual accounts in Databricks (a legacy setup for us).
Instead, I saw that not only did I delete the user account, but I deleted the user from the Group in Databricks that they were properly in as well.
This group (let's call it "dbusers") was/is propagated via the SCIM connector from Azure AD to Azure Databricks.
So now I am in a situation where the Azure AD group is 100% correct (users still there), while the Azure Databricks group (which should be basically a copy of the AD group) is missing the members that I deleted inside Databricks.
Unfortunately, deleting and then re-adding the users in the AD group is no re-propagating them to Databricks. I have confirmed that completely new users can still be properly pushed to the Databricks group from the AD group via the SCIM connection.
This seems like some sort of weird sync issue between the Databricks group (which has a source of the AD group) and the AD group.
Any ideas here? Thus far I am not able to add back the users I mistakenly deleted not just from the individual users but from the Databricks group as well. Thanks.