Hi Team, I am trying to ingest data from tableau p...
# troubleshoot
p
Hi Team, I am trying to ingest data from tableau project to my datahub. I get this error
failed to write record with workunit urn:li:dashboard:(tableau,10625179-12ce-63aa-edce-798f6a70d9f6) with ('Unable to emit metadata to DataHub GMS', {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'stackTrace': 'com.linkedin.restli.server.RestLiServiceException [HTTP Status:422]: com.linkedin.metadata.entity.ValidationException: Failed to validate record with class com.linkedin.entity.Entity: ERROR :: /value/com.linkedin.metadata.snapshot.DashboardSnapshot/aspects/0/com.linkedin.dashboard.DashboardInfo/datasets :: unrecognized field found but not allowed
My datahub GMS version is 0.8.40 and CLI is 0.8.42.
h
Hi @purple-analyst-83660 It seems that
datasets
in
DashboardInfo
got added in v0.8.41 . Would it be possible for you to upgrade GMS to 0.8.41 or 0.8.42? Alternatively downgrade CLI to use 0.8.40.
p
Thanks @hundreds-photographer-13496. It worked.