Hey folks, regarding profiling data sets on Snowfl...
# ingestion
c
Hey folks, regarding profiling data sets on Snowflake: what is the purpose of the below query? Does it relate to sample values being shown in stats section? The query always hangs on our db for a very large table, does DataHub allow us to customise or tune profiling queries? Thanks so much.
Copy code
select column from table where column is not null order by column limit 2 offset <tel:500000000|500000000>;
l
@hundreds-photographer-13496 putting this on your radar for optimization in future. @chilly-carpet-99599 for now, you can set
turn_off_expensive_profiling_metrics
to True and see if it helps
c
Sure we can try that @chilly-carpet-99599