From e800e0bfce40e2910c0b1fb41d02c7a5d7d836d1 Mon Sep 17 00:00:00 2001 From: "Lennart Kats (databricks)" Date: Tue, 12 Sep 2023 10:31:16 +0200 Subject: [PATCH] Recommend the interactive 'databricks bundle run' Based on #762 --- .../default-python/template/{{.project_name}}/README.md.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/template/templates/default-python/template/{{.project_name}}/README.md.tmpl b/libs/template/templates/default-python/template/{{.project_name}}/README.md.tmpl index 1bcd7af4..b451d03b 100644 --- a/libs/template/templates/default-python/template/{{.project_name}}/README.md.tmpl +++ b/libs/template/templates/default-python/template/{{.project_name}}/README.md.tmpl @@ -30,7 +30,7 @@ The '{{.project_name}}' project was generated by using the default-python templa 5. To run a job or pipeline, use the "run" comand: ``` - $ databricks bundle run {{.project_name}}_job + $ databricks bundle run ``` 6. Optionally, install developer tools such as the Databricks extension for Visual Studio Code from