Add a label on BigQuery query from metabase

Hi,

I am trying to find a way to classify BigQuery query from metabase. We will use this information to clasify query cost.
The most common way to classify GCP resources is to use a label as described in this page.
https://cloud.google.com/bigquery/docs/adding-labels#job-label

Is it possible to add a label to a query from metabase?

Thanks in advance.

Hi @yohei
Looking at the driver, it doesn’t seem like there’s any labeling going on besides setApplicationName (not sure if that’s even close to what you’re asking for)
I would recommend that you create a feature request:
https://github.com/metabase/metabase/issues/new/choose