Why did i get this error ? I had start DataHub suc...
# ingestion
g
Why did i get this error ? I had start DataHub successfully and could access and browse on ui. But i got this error when i tried to ingest metadata. I've never got this error before
g
Hey @glamorous-kite-95510! This is most likely because the 0.8.1 upgrade- you can check out the #release-0_8_0 channel for more information. We added a new ingestion endpoint and it looks like your ingestion framework has the new code but GMS is on the old code.
I would make sure your GMS instance is running on the latest release.
You can verify by curl-ing GMS's
/config
endpoint- it should return
{ noCode: true }
g
i've updated the latest version DataHub on github, but i still got this error
how can i get my GMS instance running on the latest release
g
how are you running GMS?
are you following the quickstart guide?
I would try installing the latest
datahub
cli tool
following the instructions here: https://datahubproject.io/docs/quickstart/
and then running
datahub docker quickstart
g
thanks for your help