Skip to main content

What does Atlan crawl from MySQL?

Atlan crawls and maps the following assets and properties from MySQL.

Once you have crawled MySQL, you can use connector-specific filters for quick asset discovery.

Databases

Atlan maps databases from MySQL to its Database asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_CATALOGnameasset preview and profile, overview sidebar
SCHEMA_COUNTschemaCountasset filters

Schemas

Atlan maps schemas from MySQL to its Schema asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_SCHEMAnameasset preview and profile, overview sidebar
TABLE_COUNTtableCountasset preview and profile
VIEW_COUNTviewsCountasset preview and profile
TABLE_CATALOGdatabaseNameasset preview and profile, overview sidebar

Tables

Atlan maps tables from MySQL to its Table asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_NAMEnameasset preview and profile, overview sidebar
REMARKSdescriptionasset preview and profile, overview sidebar
COLUMN_COUNTcolumnCountasset preview and profile, overview sidebar
ROW_COUNTrowCountasset preview and profile, overview sidebar
BYTESsizeBytesasset preview and profile, overview sidebar
TABLE_TYPEsubTypeAPI only
IS_PARTITIONisPartitionedAPI only
PARTITION_STRATEGYpartitionStrategyAPI only
PARTITION_COUNTpartitionCountAPI only
PARTITIONSpartitionListAPI only
CREATE_TIMEsourceCreatedAtasset preview and profile, properties sidebar

Views

Atlan maps views from MySQL to its View asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_NAMEnameasset preview and profile, overview sidebar
REMARKSdescriptionasset preview and profile, overview sidebar
COLUMN_COUNTcolumnCountasset preview and profile, overview sidebar
VIEW_DEFINITIONdefinitionasset profile and overview sidebar
IS_PARTITIONisPartitionedAPI only
PARTITION_COUNTpartitionCountAPI only
CREATE_TIMEsourceCreatedAtasset preview and profile, properties sidebar

Columns

Atlan maps columns from MySQL to its Column asset type.

Source propertyAtlan propertyWhere in Atlan
COLUMN_NAMEnameasset profile and filter, overview sidebar
REMARKSdescriptionasset profile and filter, overview sidebar
ORDINAL_POSITIONorderparent asset profile
TYPE_NAMEdataTypeasset preview and filter, overview sidebar, parent asset profile
CONSTRAINT_TYPE (PRIMARY KEY)isPrimaryasset preview and filter, overview sidebar, parent asset profile
CONSTRAINT_TYPE (FOREIGN KEY)isForeignasset preview and filter, overview sidebar, parent asset profile
IS_NULLABLEisNullableAPI only
NUMERIC_SCALEnumericScaleAPI only
CHARACTER_MAXIMUM_LENGTHmaxLengthAPI only

Stored procedures

Atlan maps stored procedures from MySQL to its Procedure asset type.

Source propertyAtlan propertyWhere in Atlan
PROCEDURE_NAMEnameAPI only
REMARKSdescriptionAPI only
PROCEDURE_TYPEsubTypeAPI only
ROUTINE_DEFINITIONdefinitionAPI only
CREATEDsourceCreatedAtAPI only
LAST_ALTEREDsourceUpdatedAtAPI only