-
Notifications
You must be signed in to change notification settings - Fork 125
Add default scala template to databricks cli #3906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add default scala template to databricks cli #3906
Conversation
lennartkats-db
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!!! Please tell your coding agent to add it to the list of templates and to add acceptance tests for it!
9b72220 to
1611523
Compare
|
Please also add an entry in You can look at earlier entries in |
1ff61ca to
e4473a8
Compare
NEXT_CHANGELOG.md
Outdated
| ### Dependency updates | ||
|
|
||
| ### Bundles | ||
| * Add `default-scala` template for Scala projects to build jar jobs in Serverless or with Standard Clusters ([#XXXX](https://github.com/databricks/cli/pull/XXXX)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the URL inline
lennartkats-db
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look at the test failures + the NEXT_CHANGELOG file. I just merged the associated databricks/bundle-examples#119 PR.
And please let me know if you made any changes compared to the original template in the samples repo.
dbb4781 to
be1d47a
Compare
be1d47a to
90b795d
Compare
|
the changes made under default-scala were all whitespaces and formatting. claude's summary |
|
An authorized user can trigger integration tests manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
10 failing tests:
Top 50 slowest tests (at least 2 minutes):
|
## Release v0.278.0 ### Dependency updates * Upgrade Go SDK to 0.91.0 ([#3948](#3948)) * Bump Alpine Linux to 3.22 in the Docker image ([#3942](#3942)) ### Bundles * Update templates to use serverless environment version 4 and matching Python version ([#3897](#3897)) * Add a language prompt to the `default-minimal` template ([#3918](#3918)) * Add `default-scala` template for Scala projects with SBT build configuration and example code ([#3906](#3906))
Changes
This adds a new default scala DABs template as a follow up to databricks/bundle-examples#119
Why
This is to provide an off the shelf template for customers to start using scala dbconnect to develop scala jobs in Databricks
Tests
Manually tested user flow interactively and as job workload for both standard and serverless