Skip to main content

Interactive CLI

The SDP-META CLI provides interactive commands to onboard and deploy pipelines without writing bundle YAML.

note

For production workloads and team environments, use Declarative Automation Bundles. The CLI does not produce a git-trackable artifact.

Prerequisites

Setup

Step 1 — Authenticate:

databricks auth login --host YOUR_WORKSPACE_URL

Step 2 — Install SDP-META:

databricks labs install sdp-meta

Step 3 — Run onboarding:

databricks labs sdp-meta onboard

The command prompts for workspace, catalog, schema, onboarding file path, and more. If you have cloned the SDP-META repository locally, pressing Enter accepts demo defaults from the demo/ folder.

SDP-META onboarding CLI

When the onboarding job finishes, it pushes code and data to your workspace, creates an onboarding job, and opens the job URL in your browser.

Step 4 — Deploy the pipeline:

databricks labs sdp-meta deploy

SDP-META deploy CLI

Provide the same schema and group values you used in the onboarding step.

Deploy command — layer options

ModeWhat deploys
bronzeA single pipeline for the Bronze layer only
silverA single pipeline for the Silver layer only
bronze_silverA combined pipeline materializing both layers in one DAG