Skip to main content

Linter for Databricks DLT pipelines

Project description

dltlint

Lint Databricks Lakeflow (DLT) Declrative pipeline YAML/JSON configuration files.

Why

The Asset Bundle validate does not check actual configuration values inside pipeline definitions. This library fills that gap and provides clear actionable errors and warning messages.

Installation

pip install dltlint

Usage CLI

# Lint current repo recursively
dltlint 

# JSON output for tooling
dltlint --format json 

# Fail build on warnings or worse
dltlint --fail-on warning 

# Print a success message when clean (otherwise silent on success)
dltlint --ok 

Exit codes

  • 0 → clean OR no matching files
  • 1 → findings at/above threshold (--fail-on)
  • 2 → fatal error (e.g., unreadable file)

dltlint discovers:

  • *.pipeline.yml,
  • *.pipeline.yaml
  • *.pipeline.yml.resources,
  • *.pipeline.yaml.resources

Pre-commit

Add to your repo’s .pre-commit-config.yaml:

repos:
  - repo: https://github.com/dan1elt0m/dltlint
    rev: v0.3.4        
    hooks:
      - id: dltlint

Config (pyproject.toml)

[tool.dltlint]
fail_on = "warning"                       # default: "error"
ignore = ["DLT010", "DLT400"]             # suppress specific rules
require = ["catalog", "schema"]           # fields that must be present
inline_disable_token = "dltlint: disable" # comment token (see below)

[tool.dltlint.severity_overrides]
DLT400 = "info"

Inline suppressions

Add a comment anywhere in a file to suppress rules for that file:

# dltlint: disable=DLT010,DLT400
resources:
  pipelines:
    my_pipe:
      name: n
      catalog: c
      schema: s

Line-scoped suppressions require YAML line tracking and are not supported yet.

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

dltlint-0.3.9.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

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

dltlint-0.3.9-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

Details for the file dltlint-0.3.9.tar.gz.

File metadata

  • Download URL: dltlint-0.3.9.tar.gz
  • Upload date:
  • Size: 11.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dltlint-0.3.9.tar.gz
Algorithm Hash digest
SHA256 b8fb6d4643301ce1d38aa0453dba13ffafb6edb96fdd9f53aed52b7c38a03720
MD5 c2033c7035431897ba8800a0a877785e
BLAKE2b-256 8c30c76acbec4fc613a6813c0359d54187a22de4902ff14ade91653e844bcc1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dltlint-0.3.9.tar.gz:

Publisher: build-and-publish.yml on dan1elt0m/dltlint

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

File details

Details for the file dltlint-0.3.9-py3-none-any.whl.

File metadata

  • Download URL: dltlint-0.3.9-py3-none-any.whl
  • Upload date:
  • Size: 13.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dltlint-0.3.9-py3-none-any.whl
Algorithm Hash digest
SHA256 df017c81311110513ac91f6b7ace42bf4a7ce0cd8e06a53d5c66cbcffbce4402
MD5 ade088a59cee6b6784c51b6372da49c3
BLAKE2b-256 cd887ddc8d2aa87581ec5e18236e8628f59a8035b83cf983da4cf85aa01e0b06

See more details on using hashes here.

Provenance

The following attestation bundles were made for dltlint-0.3.9-py3-none-any.whl:

Publisher: build-and-publish.yml on dan1elt0m/dltlint

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