During a workshop I noticed you can view raw data from the Hub. But if you want to analyse it one step further, you already have to create a custom query, or open up SQL Management Studio, etc.
It would be very convenient if you can get some basic profiling results on columnar level from within the tool, things like:
- min($column)
- max($column)
- count(distinct $column)
- amount of NULLS in $column
- amount of BLANKS in $column
- top 10 contents of $column
Best Regards,
Hans Westerhof