Add empty template for bundle init#5899
Conversation
Integration test reportCommit: 8ebebb2
9 interesting tests: 4 RECOVERED, 4 SKIP, 1 flaky
Top 17 slowest tests (at least 2 minutes):
|
| @@ -0,0 +1,3 @@ | |||
| { | |||
| "project_name": "my_skeleton" | |||
There was a problem hiding this comment.
maybe we can call it basic or empty?
There was a problem hiding this comment.
No strong opinion. I think skeleton is pretty widely understood to be just the scaffolding, but empty might be more obvious to everyone.
Co-authored-by: Isaac
| A workspace was selected based on your current profile. For information about how to | ||
| change this, see https://docs.databricks.com/dev-tools/cli/profiles.html. | ||
| workspace_host: [DATABRICKS_URL] |
There was a problem hiding this comment.
mismatch with the template
| @@ -0,0 +1,16 @@ | |||
| # This is a Databricks asset bundle definition for {{.project_name}}. | |||
There was a problem hiding this comment.
also add a .gitignore to the template that ignores .databricks/ (see https://github.com/databricks/cli/blob/main/libs/template/templates/default-scala/template/%7B%7B.project_name%7D%7D/.gitignore)
There was a problem hiding this comment.
Must be "Declarative Automation Bundle".
There was a problem hiding this comment.
interesting, got missed in the rename (all bundle templates, will do a quick follow-up PR)
There was a problem hiding this comment.
Hah! Yep sounds good to do separately.
Changes
databricks bundle initWhy
Make it easier to get started with bundles: Running
bundle generaterequires adatabricks.yml, and all the other existing templates created bybundle initadd way more than needed for the workflow of:Tests
New tests