Roadmap

Exclude Datahub generated queries from BigQuery profiling

Is your feature request related to a problem? Please describe.

It would be great to be able to exclude Datahub’s own queries from the list of the “Queries” for a BigQuery table.

Currently if I select a table and then click on Queries the output contains only Datahub’s own queries, e.g.:

===

WITH `qvumnwrbjbpoqcgz` AS 
(SELECT count(*) AS `count_1` 
FROM `xxxx.temp_datahub.ge-temp-63f2ca93-23cd-46d8-b772-6273f8160dbd`)
 SELECT `qvumnwrbjbpoqcgz`.`count_1` 
FROM `qvumnwrbjbpoqcgz`

Describe the solution you'd like

Either these queries are ignored by default or the user has the possibility to set a config flag to do so “ignore_datahub_query = true“.

Additional context

Thanks!

Gabriele