Skip to content

Databricks asset bundle deployment for NHP data

Tom Jemmett edited this page Sep 2, 2025 · 1 revision

In the Databricks web UI

  1. Clone the nhp_data repo, and navigate to it.
  2. Next to the name of the folder, there should be a git branch indicator (probably main). Next to this there is a button saying "Open in editor". Click this to open the asset bundle editor.
  3. On the page that opens, there is a left-hand pane with three icons. Click the Rocket shaped icon for Deployments.
  4. Choose the target to deploy to, either dev or prod. Hit the deploy button to deploy the workflows.
  5. If you have deployed a dev bundle, you can click the three dots button below the target dropdown and select "Delete deployed resources". Do not do this with prod.

Using the Databricks CLI

assuming that you have installed the Databricks CLI, and authenticated with it.

  1. Clone the nhp_data repo, and navigate to it.
  2. Run databricks bundle deploy -t dev to deploy to dev, or databricks bundle deploy -t prod to deploy to prod. Default is to deploy to dev if you omit the argument.

Clone this wiki locally