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
Copy file name to clipboardExpand all lines: knowledge_base/databricks_app/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,3 +22,12 @@ Run `databricks bundle run job_manager` to start the app and execute app deploym
22
22
When you change app code or config, you need to run `databricks bundle deploy` and `databricks bundle run job_manager` to update the app source code and configuration.
23
23
24
24
Run `databricks bundle open` to navigate to the deployed app in your browser. Alternatively, run `databricks bundle summary` to display its URL.
25
+
26
+
### Running an app locally
27
+
28
+
Starting from Databricks CLI v0.250.0 it's possible to start your Databricks app locally using Databricks CLI.
29
+
30
+
To do so, run the following command in the root of the app folder
0 commit comments