This repository contains the data pipeline configuration for your Scy-Data workspace.
├── databricks.yml # DAB bundle configuration
├── src/
│ ├── notebooks/ # Databricks notebooks
│ ├── jobs/ # Job definitions
│ └── pipelines/ # DLT pipeline definitions
├── tests/ # Unit tests
└── config/ # Environment-specific configs
├── dev.yml
└── prod.yml
- Databricks CLI installed
- Access to your Databricks workspace
- Python 3.10+
-
Configure Databricks CLI:
databricks configure
-
Validate the bundle:
databricks bundle validate
-
Deploy to development:
databricks bundle deploy -t dev
databricks bundle deploy -t dev
databricks bundle run -t dev <job_name>databricks bundle deploy -t prod
databricks bundle run -t prod <job_name>