Run Onboarding

Option#1: Databricks Labs CLI

pre-requisites:
Steps:
  1. git clone https://github.com/databrickslabs/dlt-meta.git
  2. cd dlt-meta
  3. python -m venv .venv
  4. source .venv/bin/activate
  5. pip install databricks-sdk

onboardingDLTMeta.gif

run dlt-meta cli command:
   databricks labs dlt-meta onboard
  • Above command will prompt you to provide onboarding details.
  • If you have cloned dlt-meta git repo then accepting defaults will launch config from demo/conf folder.
  • You can create onboarding files e.g onboarding.json, data quality and silver transformations and put it in conf folder as show in demo/conf

onboardingDLTMeta_2.gif

  • Goto your databricks workspace and located onboarding job under: Workflow->Jobs runs