What determines if a dataset appears in the UI? Is...
# ui
w
What determines if a dataset appears in the UI? Is it a record in elasticsearch and then lineage data is supplied from neo4j? I’m seeing records appear in the UI but can’t find the corresponding data in neo4j which is odd
e
So the local DB is the source of truth for all entites. ES stores these entities as documents to support search and browse and Neo4j stores relationships between the entities.
Have you ingested lineage?