Skip to main content

What does Atlan crawl from Databricks?

This reference details the assets and properties that Atlan crawls from your Databricks workspace.

Lineage

Atlan supports complete lineage tracking for the following Databricks assets:

  • Tables
  • Views
  • Materialized views
  • Volumes

Assets

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

Volumes

Atlan maps volumes from Databricks to its Volume asset type.

Source propertyAtlan propertyWhere in Atlan
VOLUME_NAMEnameAsset profile and overview sidebar
COMMENTdescriptionAsset profile and overview sidebar
VOLUME_TYPEdatabricksVolumeTypeAsset profile and overview sidebar
VOLUME_OWNERdatabricksVolumeOwnerProperties sidebar
CREATEDsourceCreatedAtProperties sidebar
CREATED_BYsourceCreatedByProperties sidebar
LAST_ALTEREDsourceUpdatedAtProperties sidebar
LAST_ALTERED_BYsourceUpdatedByProperties sidebar
STORAGE_LOCATIONdatabricksVolumeExternalLocationOverview sidebar
VOLUME_CATALOGdatabaseNameAsset preview and profile
VOLUME_SCHEMAschemaNameAsset preview and profile

Columns

Did you know?

To help you work seamlessly with STRUCT data types, Atlan supports nested columns up to level 30 in Databricks. You can view these columns in the Tree view or the asset sidebar of your table assets, and also explore child columns of STRUCTs nested within MAPs or ARRAYs. However, lineage for nested columns isn't supported.

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