Hello, when I am trying to ingest Azure AD users, ...
# troubleshoot
r
Hello, when I am trying to ingest Azure AD users, I am getting this exception
Copy code
[2021-11-01 10:36:26,936] ERROR    {datahub.ingestion.run.pipeline:69} - failed to write record with workunit urn:li:corpGroup:Catch%20up with ('Unable to emit metadata to DataHub GMS', {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'stackTrace': "com.linkedin.restli.server.RestLiServiceException [HTTP Status:400]: Conversion = 'u'\n\tat com.linkedin.metadata.restli.RestliUtil.badRequestException(RestliUtil.java:84)\n\tat com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:35)\n\tat com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:50)\n\tat com.linkedin.metadata.resources.entity.EntityResource.ingest(EntityResource.java:182)\n\tat sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat java.lang.reflect.Method.invoke(Method.java:498)\n\tat com.linkedin.restli.internal.server.RestLiMethodInvoker.doInvoke(RestLiMethodInvoker.java:172)\n\tat
Any ideas? Looking at the exception it seems that we are not able to process spaces in the name? Also, it looks like the recipe only ingested groups and not users with this error
Copy code
ValueError: Unable to find the key mail in Group. Is it wrong?
@big-carpet-38439 may be you can help me here?
b
Taking a look
So strangely, spaces in the name should be fine
Are there any additional details in the undeerlying stack trace for ^^
is this gist visible to you?
b
yes @red-pizza-28006 You should also have GMS container logs that will help us to triage
Do you mind extracting them and sending something over? You can follow this guide: https://datahubproject.io/docs/how/extract-container-logs/
r
i’ll send this over today