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

MySQL metadata collector

The MySQL metadata collector provides read-only access to metadata from an external MySQL database.

This collector is designed to directly harvest metadata from your MySQL server. It is suitable for both self-hosted MySQL instances and managed MySQL instances, such as those hosted on AWS RDS. This collector also works with MariaDB instances.

Metadata cataloged

The collector catalogs the following information.

ObjectInformation cataloged
ColumnsName, Description, JDBC type, Column Type, Is Nullable, Default Value, Key type (Primary, foreign), column size, column index
TableName, description, primary key, schema
Table IndexIndex Cardinality, Column name, Index Type, Index Name, is non Unique, Ordinal Position, Pages, Sort Sequence
ViewsName, description, SQL definition
SchemaIdentifier, Name
DatabaseType, name, identifier, server, port, environment, JDBC URL
FunctionName, Description, Function Type
Stored ProcedureName, Description, Stored Procedure Type

If you include the profiling and sampling specific parameters while running the collector, the following additional information is harvested for Columns.

Note: The user/role must have read access to data to be able to harvest profiling information (column statistics).

ObjectInformation cataloged
Column- Average Length \(sample\) - Average Value \(sample\) - Data Distribution - Distinct Values - Estimated Distinct Values - Estimated Non-null Values - Maximum Length \(sample\) - Maximum Value \(sample\) sorted numerically or alphabetically \(z-a\) - Minimum Length \(sample\) - Minimum Value \(sample\) sorted numerically or alphabetically \(a-z\) - Non-null Values \(sample\) - Sample String Values \(first 5 items in a column\)
Table- Row Count - Sample Count \(Target sample size\)

Relationships between objects

The harvested metadata includes catalog pages for the following data asset types. Each catalog page has a relationship to the other related data asset types.

Data asset pageRelationship
TableColumns, Table Indexes
ColumnsTable
SchemaDatabase that contains Schema, Table that is part of Schema
DatabaseSchema contained in Database

Authentication supported

The MySQL collector supports username/password authentication to MySQL.

Parent Topic:Configuring metadata collectors