Skip to main content

Delta Lake

Experimental
Creates:
Assets

Configure in the UI

This plugin can be configured directly in the Marmot UI with a step-by-step wizard.

View Guide

Example Configuration


table_paths:
- "/data/delta/events"
- "/data/delta/users"
tags:
- "delta-lake"

Configuration

The following configuration options are available:

PropertyTypeRequiredDescription
external_links[]ExternalLinkfalseExternal links to show on all assets
filterFilterfalseFilter discovered assets by name (regex)
table_paths[]stringfalsePaths to Delta Lake table directories
tagsTagsConfigfalseTags to apply to discovered assets

Available Metadata

The following metadata fields are available:

FieldTypeDescription
created_timeint64Table creation timestamp in milliseconds
current_versionint64Current Delta log version
formatstringData format (e.g. parquet)
locationstringTable directory path
min_reader_versionintMinimum reader protocol version
min_writer_versionintMinimum writer protocol version
num_filesintNumber of active data files
partition_columnsstringComma-separated partition column names
schema_field_countintNumber of schema fields
table_idstringDelta table unique identifier
total_sizeint64Total size of active data files in bytes