Skip to main content

What does Atlan crawl from Databricks?

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

info

The following properties aren't crawled by the System tables extraction method:

  • Table properties: partitionList, partitionCount
  • Column properties: maxLength, precision

Databases

Atlan maps databases from Databricks to its Database asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_CATALOGnameAsset profile and overview sidebar
SCHEMA_COUNTschemaCountAPI only

Schemas

Atlan maps schemas from Databricks to its Schema asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_SCHEMAnameAsset profile and overview sidebar
TABLE_COUNTtableCountAsset preview and profile
VIEW_COUNTviewsCountAsset preview and profile
TABLE_CATALOGdatabaseNameAsset preview and profile

Tables

Atlan maps tables from Databricks to its Table asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_NAMEnameAsset profile and overview sidebar
REMARKS, DESCRIPTIONdescriptionAsset profile and overview sidebar
COLUMN_COUNTcolumnCountAsset profile and overview sidebar
LOCATIONexternalLocationOverview sidebar
FORMATexternalLocationFormatOverview sidebar
OWNERCreated (in Databricks)Properties sidebar
CREATEDATsourceCreatedAtProperties sidebar
UPDATED_BYLast updatedProperties sidebar
LASTMODIFIEDsourceUpdatedAtProperties sidebar
PARTITIONSisPartitioned, partitionCount, partitionListAPI only

Views

Atlan maps views from Databricks to its View asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_NAMEnameAsset profile and overview sidebar
REMARKSdescriptionAsset profile and overview sidebar
COLUMN_COUNTcolumnCountAsset profile and overview sidebar
CREATETAB_STMTdefinitionAsset profile and overview sidebar
OWNERCreated (in Databricks)Properties sidebar
CREATEDATsourceCreatedAtProperties sidebar
UPDATED_BYLast updatedProperties sidebar
LASTMODIFIEDsourceUpdatedAtProperties sidebar

Materialized views

Atlan maps materialized views from Databricks to its MaterialisedView asset type.

Source propertyAtlan propertyWhere in Atlan
TABLE_NAMEnameAsset profile and overview sidebar
REMARKSdescriptionAsset profile and overview sidebar
COLUMN_COUNTcolumnCountAsset profile and overview sidebar
CREATETAB_STMTdefinitionAsset profile and overview sidebar
OWNERCreated (in Databricks)Properties sidebar
CREATEDATsourceCreatedAtProperties sidebar
UPDATED_BYLast updatedProperties sidebar
LASTMODIFIEDsourceUpdatedAtProperties sidebar

Columns

Atlan maps columns from Databricks to its Column asset type.

Source propertyAtlan propertyWhere in Atlan
PRIMARY KEYisPrimaryAsset preview and filter, overview sidebar
FOREIGN KEYisForeignAsset preview and filter, overview sidebar
COLUMN_NAMEnameAsset profile and overview sidebar
REMARKSdescriptionAsset profile and overview sidebar
ORDINAL_POSITIONorderAsset profile
TYPE_NAMEdataTypeAsset profile and overview sidebar
PARTITION_INDEXisPartitionAsset preview and profile
NULLABLEisNullableAPI only
CHAR_OCTET_LENGTHmaxLengthAPI only
DECIMAL_DIGITSprecisionAPI only