Skip to content

Delta Lake Data Extraction with Skippr

Skippr reads Delta Lake table URIs and brings lakehouse data into SQL warehouses. Use it to unify lake and warehouse analytics without maintaining one-off Spark jobs.

Capabilities

  • Delta Lake table reads from S3-compatible URIs with ACID semantics
  • Deterministic schema discovery from Delta metadata and file samples
  • Incremental and full-refresh sync modes
  • Automatic data cleansing and dead letter handling
  • Load into 9 supported data warehouses

CLI

bash
skippr connect source delta-lake \
  --table-uri s3://bucket/path/to/table

Sample config

yaml
data_sources:
  source:
    DeltaLake:
      table_uri: "s3://bucket/path/to/table"

Full connector reference: delta-lake.