Hi I am having some issues ingesting postgres data...
# ingestion
m
Hi I am having some issues ingesting postgres data. When I try I receive a bunch of exceptions describing an unknown entity type of
container
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 container for entity dataset\n'
                  <OMITTED>
        'message': 'java.lang.RuntimeException: Unknown aspect container for entity dataset','status': 500}}
This seems similar to an issue described in this thread, however no solution was found. Would anyone be able to help me understand this issue? I am using: Datahub: v0.8.24 CLI: 0.8.27
s
You can use lower CLI version compatible with server or upgrade your server (preferred). Some new aspects were added over time. That is probably causing the issue
See https://github.com/linkedin/datahub/releases for the release notes since that version
m
Thanks for the tip, ill take a look now 🙂
Seems this has worked.