I’m looking at a problem in Datahub where once I l...
# troubleshoot
t
I’m looking at a problem in Datahub where once I load datasets, I can find them if I search but not by browsing through the UI (the React UI if it matters). Does anyone have any suggestions on where I might have problems e.g. which component(s) are responsible for creating that directory, but not a direct lookup? This is on Datahub v0.8.14.
g
Hmm- interestingly the directory indexing and the search indexing is generally done at the same time.
With a dataset, you can attach a custom browse path via the BrowsePaths aspect
I wonder if its possible your ingestion inadvertently attached an empty BrowsePaths aspect
do you have access to your mysql instance?
I would check what is stored in the browse path aspect for the datasets in question