Skip to main content

Framework for defining, validating, and evolving tables in a consistent, safe, and controlled way.

Project description

delta-engine

Declarative schema management for Delta Lake tables on Databricks. Define the schema you want; the engine plans, validates, and applies the DDL.

Quickstart

from delta_engine.databricks import build_engine
from delta_engine.schema import Column, DeltaTable, Integer, String

customers = DeltaTable(
    catalog="dev",
    schema="silver",
    name="customers",
    columns=[
        Column("id", Integer()),
        Column("name", String()),
    ],
)

engine = build_engine(spark)
engine.sync(customers)  # creates the table, or no-ops if it already matches

How-to guides

Reference

Developer

Contributing

Commit messages and PR titles follow Conventional Commits; the PR title drives the automated version bump and changelog. To lint your commit messages locally, run this once after cloning:

uv run pre-commit install --hook-type commit-msg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

delta_engine-0.1.0.tar.gz (250.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

delta_engine-0.1.0-py3-none-any.whl (74.6 kB view details)

Uploaded Python 3

File details

Details for the file delta_engine-0.1.0.tar.gz.

File metadata

  • Download URL: delta_engine-0.1.0.tar.gz
  • Upload date:
  • Size: 250.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for delta_engine-0.1.0.tar.gz
Algorithm Hash digest
SHA256 448d97af85a20320d6d6432f2b0ff1f3870a9da0fb353762f5371a9be1687133
MD5 75c18f500a7739109896a6b7cc1dd3c1
BLAKE2b-256 e27b927faee758e55e7346ea7fa3fa93ab50cea0b7c5e3650ed7cd4a1df72b07

See more details on using hashes here.

Provenance

The following attestation bundles were made for delta_engine-0.1.0.tar.gz:

Publisher: release.yaml on Tomoscorbin/delta-engine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file delta_engine-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: delta_engine-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 74.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for delta_engine-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a09304043359388d268ed49eabfbfef7d38896eec533ddec1fee44048fe81078
MD5 5ea65492748aa1b809ecab88917c5290
BLAKE2b-256 1ed5d3ff39229f8f2e81c5524c92e8d1f19534148be7a38c69f19b748527ab2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for delta_engine-0.1.0-py3-none-any.whl:

Publisher: release.yaml on Tomoscorbin/delta-engine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page