Hi … wanted understand how to see some sample data...
# ui
q
Hi … wanted understand how to see some sample data from the tables/views (may be top 1000 records)
b
datahub does not currently allow user to see sample data
it is about metadata discovery
b
We do not have immediate plans to introduce full-row previews. Instead, we will have dataset stats which will include anonymized (dis-associated) sample values for columns
q
Great … noted! Is there a way to link to apache superset … that way … we can do our stuffs ourself ?
b
i also have an interest in knowing how to transit from discovering data to using the data, which I don't think datahub covers. my implementation is probably to insert generic boiler plate code in the dataset <property tab> at the point when we do data ingestion, which the user can use to in their code to access the data.
m
@better-orange-49102 : what do you mean by this? Are you thinking of having simple code snippets that users can use in their code to load this data?
b
yes. our user's frequent complaint is that they dunno how to load data, so we want to enable them to transit from "data discovery to data action". but if there is some planned improvements that can help this, it would be very welcomed as well @mammoth-bear-12532. though i think it could be tricky, because you wont want to share the same settings in the ingest recipe (usually database admin credentials) to the common users.
the common user queries feature is helpful, but it only support some data platforms