Query Tags
Filter, group, and attribute Snowflake query costs to the tools and pipelines that generated them using automatically extracted query tags.
Last updated
Filter, group, and attribute Snowflake query costs to the tools and pipelines that generated them using automatically extracted query tags.
Query Tags are key-value metadata that Seemore automatically extracts from your Snowflake queries. Each time a query runs, Seemore inspects the SQL comments and the Snowflake QUERY_TAG property to identify which tool or pipeline issued it and attaches structured tags to the query record.
This lets you slice cost and performance data by the tools and workflows behind your queries — without any manual labeling.
Required role to manage custom tags and tag rules: Editor or higher.
Users with lower roles can view and filter by existing tags but cannot create, edit, or delete custom tags or tag-extraction rules.
Seemore ships with built-in extraction for the following integrations. Tags appear in the format Integration.TagName (e.g., DBT.NodeName).
Tableau
SiteLuid, UserLuid, WorkbookLuid, WorksheetLuid, DashboardLuid, ConnectionType
Looker
UserId, InstanceSlug
Power BI
Host, HostContext, PowerQuery
ThoughtSpot
type, task, isRLSApplied, storable.type
Airflow
DagId
Hex
ProjectId, ProjectName, Status, UserEmail, Context
dbt
NodeName, NodeSchema, NodeDatabase, CloudJobId
In addition, every matched query receives a special Integration tag that identifies which tool issued it (e.g., Tableau, Looker, DBT).
On the Data Cloud → Workloads screen you can use query tags in two ways:
Filter — select a tag key and one or more values in the Query Tags filter to narrow the workload view to matching queries.

Group by — open the Group by dropdown, switch to Tags, and select a tag key to group the cost breakdown by that tag's values.

The Query History screen includes a Query Tags filter that lets you narrow the query list to entries matching specific tag key-value pairs.
When creating or editing a Domain in Settings → Domains, you can include query tag criteria so the domain automatically filters all platform screens to queries matching those tags.
If your integration is not listed above, or you use custom QUERY_TAG values on your Snowflake queries, or you embed custom metadata in SQL comments — reach out to SeeMore Data support. We can configure custom tag extraction tailored to your environment so that your tags appear alongside the built-in ones throughout the platform.
Using dbt Core? See the dbt Core integration guide for instructions on setting up the dbt-snowflake-query-tags package so Seemore can extract dbt metadata from your queries.
Last updated
