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
green-football-43791
10/20/2021, 7:03 PM
Hmm- interestingly the directory indexing and the search indexing is generally done at the same time.
green-football-43791
10/20/2021, 7:04 PM
With a dataset, you can attach a custom browse path via the BrowsePaths aspect
green-football-43791
10/20/2021, 7:04 PM
I wonder if its possible your ingestion inadvertently attached an empty BrowsePaths aspect
green-football-43791
10/20/2021, 7:05 PM
do you have access to your mysql instance?
green-football-43791
10/20/2021, 7:05 PM
I would check what is stored in the browse path aspect for the datasets in question