Validating and Deploying the Bundle - pathfinder-analytics-uk/dab_project GitHub Wiki

Links and Resources


Commands

Validating

The below command validates the bundle.

databricks configure --host [enter your workspace url] --profile DEFAULT

Deploying

The below command deploys the bundle to the default target

databricks bundle deploy

The below command deploys the bundle to the TEST profile

databricks bundle deploy -t prod

Project Files

Create a directory called notebooks

notebooks/notebook_1.ipynb

print("This is a notebook")