I tried the ingestion of one of my mysql database ...
# troubleshoot
b
I tried the ingestion of one of my mysql database and it loaded, I can see the table, how to see the table content/row ?
n
you cant see the content of the datasets in datahub
only the metadata
b
we have company metadata in mysql tables for example and want to ingest that, how to do that then?
we don’t want the mysql dictionary/catalog, want to look at our metadata loaded from different sources
n
you can use a custom code using the datahub python library or java library to get the data from your mysql and push it into datahub
b
where is the document for how to do that?
b
to extract data as metadata isnt the way datahub is designed, but it can accept metadata if you feed it in the following structure in this demo file: https://github.com/linkedin/datahub/blob/master/metadata-ingestion/examples/mce_files/bootstrap_mce.json L606-764 represents a dataset