Skip to content

Delta Lake

Reads from a Delta Lake table URI (S3, ADLS, or local).

Configuration

yaml
source:
  kind: delta_lake
  table_uri: "s3://my-bucket/path/to/table"
  storage_options:
    AWS_REGION: us-east-1
  version: 5
FieldDefaultDescription
table_uri(required)Path to the Delta table (e.g. s3://, abfss://, file path)
storage_optionsKey/value options for the object store (credentials, region, etc.)
versionOptional table version to read
filterOptional predicate filter expression

CLI

bash
skippr connect source delta-lake \
  --table-uri s3://bucket/path/to/table
FlagDescription
--table-uriTable location URI (e.g. s3://bucket/path)
--filterOptional filter expression