Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

BigQuery metadata collector

The BigQuery metadata collector provides read-only access to metadata from an external BigQuery account.

The collector harvests metadata for BigQuery datasets, projects, tables, and columns in a BigQuery instance and make it searchable and discoverable in the data catalog. The collector also harvests column-level lineage relationships between tables and views.

Metadata cataloged

The BigQuery collector catalogs the following information.

ObjectInformation cataloged
DatasetsID, name, description, labels (note these are key/value pairs), created date, last modified date, default table expiry, default partition expiry, data location
ProjectsName
TablesName, Description, Created date, Last modified date, Default table expiration, Data location, Labels, Type (Standard, External, Snapshot, Model), Partitioned on field, Clustered by columns for standard and snapshot tables, Partition type (range or time) requires partition filter - Range (Start, end, interval) Time (Partition type (hour, day, month, year), expiration)
ColumnsName, Description, Data Type, Is Nullable, Column size
ViewName, description, created date, default table expiration, last modified date, data location, default collation, labels, view SQL, clustered by columns for materialized

Relationships between objects

Catalog pages show relationships between the following data asset types:

Data asset pageRelationships
DatasetsTables, Views
ProjectsDataset
TablesColumn, Labels
ColumnsTable, View
ViewsColumn
Label ValueTable, View, Project, Dataset

Lineage for BigQuery

The following lineage information is collected by the BigQuery collector.

ObjectLineage available
View ColumnThe collector identifies the associated column in an upstream view or table: - Where the data is sourced from - That sort the rows via ORDER BY - That filter the rows via WHERE/HAVING - That aggregate the rows via GROUP BY

Parent Topic:Configuring metadata collectors