Hey folks - we’re seeing ~10% of our tableau inges...
# integrate-tableau-datahub
h
Hey folks - we’re seeing ~10% of our tableau ingestion entity emissions fail with this error:
java.lang.RuntimeException: Unknown, aspect embed for entity chart\n
Copy code
{'error': 'Unable to emit metadata to DataHub GMS',
               'info': {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException',
                        'stackTrace': 'com.linkedin.restli.server.RestLiServiceException [HTTP Status:500]: java.lang.RuntimeException: Unknown '
                                      'aspect embed for entity chart\n'
                                      '\tat com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:42)\n'
                                      '\tat com.linkedin.metadata.restli.RestliUtil.toTask(RestliUtil.java:50)',
any ideas / advice?
h
This new aspect embed was recently rolled out with DataHub ingestion 0.9.6. I believe you are seeing this error as you are using newer ingestion cli with older DataHub GMS version. To get rid of the errors, you can either • upgrade datahub gms to latest version (0.9.6.1) OR • disable this feature by setting
ingest_embed_url: False
in your tableau recipe
h
Thanks @hundreds-photographer-13496 - I thought the same. Went with your 2nd recommendation and working fine. Will test out the embed feature in a couple weeks