For data profiling, if i set a limit of # of rows ...
# ingestion
b
For data profiling, if i set a limit of # of rows to profile, the stats will show as the # of rows profiled, yes? do you think it is reasonable/possible to show a count of all rows in the table AND show the stats based on the # of rows profiled? because i was thinking it shouldnt be too expensive to compute a count of all rows in the table, but profiling all rows could take a long time
👍 1
h
Hi @better-orange-49102, we will look into the behavior of how limit affects #rows reported. Also, we are soon going to release a more customizable profiler configuration that would provide fine-grained knobs to exclude expensive computations.