BigID Integration Discovered Resources

Overview

The BigID integration augments table and column resources with BigID attribute metadata. BigID does not create new resource types; it observes tables and columns that BigID has classified and adds BigID-specific indexed properties to the corresponding resources in Euno.

Only tables and columns that have BigID attributes are observed. The following properties are added to those resources.

Table – BigID Properties

When a table has BigID attributes, the BigID integration adds these properties to the table resource:

Property
Value

bigid_attributes

List of BigID attribute names assigned to the table (e.g., classification labels, data categories). Empty or absent if the table has no attributes.

Column – BigID Properties

When a column has BigID attributes, the BigID integration adds these indexed properties to the column resource:

Property
Value

bigid_attributes

List of BigID attribute names assigned to the column (e.g., classification labels, data categories).

Relationships

The BigID integration does not create new relationships. It enriches existing table and column resources.

Usage in EQL

You can filter and search by BigID properties in Euno's search and EQL:

Examples:

Last updated