You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tom Jemmett edited this page Sep 2, 2025
·
1 revision
In the Databricks web UI
Clone the nhp_data repo, and navigate to it.
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.
On the page that opens, there is a left-hand pane with three icons. Click the Rocket shaped icon for Deployments.
Choose the target to deploy to, either dev or prod. Hit the deploy button to deploy the workflows.
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.
Clone the nhp_data repo, and navigate to it.
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.