Hello, I'm just starting out with datahub, and hav...
# troubleshoot
j
Hello, I'm just starting out with datahub, and have successfully ingested some metadata, however when I try to look at this in the UI, the field details do not show up in the schema tab – there is also an error banner showing stating ' Unexpected token < in JSON at position 0' : I have queried the mysql DB and confirmed that there are entries with an aspect type of schemaMetadata in there, so I believe the ingestion has worked properly. The problem is the same for all my ingested datasets - both the sample datasets and snowflake tables ingested from the company data warehouse. Can anyone please suggest what might be happening here?
d
Can you see anything in the backend logs?
g
Hey @jolly-zebra-8509 - this sounds like your frontend cannot connect to your backend. How are you running datahub?
j
dataub is running on an AWS EC2 running ubuntu. I am able to add tags and Ingest data via the UI ( and ingest data via the CLI) - which I can then see the full detail of in the mysql DB. but in the UI I can see the newly ingested dataset and open the page for it - I'm just then unable to see the details associated with that dataset.
by backend do you mean datahub-gms? - I've had a look at the log and nothing jumps out (although its a lot of text)