Hi all, does anyone know why the "details" icon is...
# troubleshoot
b
Hi all, does anyone know why the "details" icon is not working after ingesting metadata of a table ?
b
get details and lineage button toggles between the lineage view and the normal view. you're currently viewing the schema, aka normal view
b
All I want is to view the number of rows, etc..
b
number of rows comes from profiling the dataset https://datahubproject.io/docs/generated/ingestion/sources/s3 did you enabling profiling
lineage is only available for some sources, for the rest, you will need to manually ingest a lineage file. i guess the button is disabled if lineage information is not available
b
Oh, that makes sense, I will try to enable profiling and see how it goes