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| Field | Default | Description |
|---|---|---|
table_uri | (required) | Path to the Delta table (e.g. s3://, abfss://, file path) |
storage_options | Key/value options for the object store (credentials, region, etc.) | |
version | Optional table version to read | |
filter | Optional predicate filter expression |
CLI
bash
skippr connect source delta-lake \
--table-uri s3://bucket/path/to/table| Flag | Description |
|---|---|
--table-uri | Table location URI (e.g. s3://bucket/path) |
--filter | Optional filter expression |
