Describe your pipelines in YAML or JSON. SDP-META generates the entire Lakeflow graph — no pipeline code to write.
Zero to pipeline in minutes
The recommended path is a Declarative Automation Bundle — git-tracked, CI/CD-ready, promotes across dev/prod. One command scaffolds everything.
Full Quickstart Guide →# Install
pip install 'databricks-labs-sdp-meta[mcp]'
databricks labs install sdp-meta
# Scaffold a bundle (zero prompts, dev-friendly defaults)
databricks labs sdp-meta bundle-init --quickstart
# Validate and deploy
databricks labs sdp-meta bundle-validate
databricks bundle deployChoose your path
SDP-META supports four deployment interfaces. Start with DABs for any real work.