Skip to Content
Data Catalog

Data Catalog

The Data Catalog provides a centralized catalog of all data assets (tables) across your connected sources. You can browse sources, search for specific tables, inspect column-level details, and understand data sensitivity and classification.

Every table in the catalog is classified as one of the Layer 1 entity types — event, user, group, ad data, or custom (unclassified).

You can find the Data Catalog under the Data → Data Catalog group in the Data menu — Events, Customers, Properties, and the other catalog pages live there.


Overview

As data flows into Vendo from your connected sources, the Data Catalog automatically catalogs every table and its columns. This gives your team a single place to understand what data is available, how it is structured, and how it should be handled.

Key capabilities:

  • Source listing with asset counts per source
  • Full-text search across all tables and columns
  • Asset detail pages with metadata, tier classification, and descriptions
  • Property inspector for column-level data types, sensitivity levels, and identifiers

Browsing Sources

The main Data Catalog page lists all connected sources with the number of data assets (tables) available from each. Click on a source to see its full list of tables.

Each source entry shows:

  • Source name and icon
  • Total number of assets
  • Connection status

Searching Assets

Use the search bar at the top of the Data Catalog to find specific tables across all sources. The search matches against:

  • Table name
  • Display name
  • Description text

Results update as you type, showing matching assets grouped by source.


Asset Details and Tiers

Clicking on an asset opens its detail page, which includes:

FieldDescription
NameThe technical table name as it appears in BigQuery
Display nameA human-readable name for the table
DescriptionA description of what data the table contains
TypeThe asset type (e.g., table, view)
CategoryThe logical category the asset belongs to
TierData classification tier (see below)
StatusWhether the asset is active, deprecated, or hidden

Data Tiers

Every asset is assigned a tier that indicates its importance and reliability:

TierLabelColorDescription
Tier 1CriticalRedCore business data. High reliability requirements. Used in production dashboards and reports.
Tier 2ImportantBlueSignificant data assets used regularly. Important but not mission-critical.
Tier 3ExploratoryGraySupplementary or experimental data. May change structure or be deprecated.

Tiers help teams prioritize data quality efforts and set expectations about stability and reliability.


Property Inspector

The Property Inspector shows column-level detail for each asset. Click on any asset to expand its list of properties (columns).

Each property includes:

FieldDescription
Column nameThe technical column name
Display nameA human-readable name
DescriptionWhat the column represents
Data typeOne of: string, number, boolean, datetime, array, object
FormatAdditional format detail (e.g., email, uri, date-time)
RequiredWhether the column is guaranteed to be present and non-null
Sensitivity levelData classification for privacy and compliance (see below)
Is identifierWhether the column serves as a unique or join identifier

Sensitivity Levels

Each column can be tagged with a sensitivity level to support data governance and compliance:

LevelDescription
PublicNon-sensitive data that can be freely shared (e.g., product names, campaign IDs)
InternalData intended for internal use only (e.g., internal notes, cost data)
PIIPersonally identifiable information (e.g., email addresses, phone numbers, names)
SensitiveHighly sensitive data requiring strict access controls (e.g., payment details, credentials)

Sensitivity levels are informational and help your team understand data handling requirements. They do not enforce access restrictions automatically.

Last updated on