Skip to content
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

Support Model Serving Endpoints in bundles #682

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

arpitjasa-db
Copy link
Contributor

@arpitjasa-db arpitjasa-db commented Aug 17, 2023

Changes

Add Model Serving Endpoints to Databricks Bundles

Tests

Unit tests and manual testing via https://github.com/databricks/bundle-examples-internal/pull/76
Screenshot 2023-08-28 at 7 46 23 PM
Screenshot 2023-08-28 at 7 47 01 PM

Copy link
Contributor

@shreyas-goenka shreyas-goenka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Thanks! Just a couple of minor points about additional test coverage needed and we are good to merge.

bundle/deploy/terraform/convert_test.go Show resolved Hide resolved
Copy link
Contributor

@pietern pietern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @arpitjasa-db !

The approach LGTM. I'd like to figure out naming consistency before we merge.

bundle/config/mutator/process_target_mode_test.go Outdated Show resolved Hide resolved
bundle/schema/openapi.go Outdated Show resolved Hide resolved
@arpitjasa-db
Copy link
Contributor Author

Confirmed it works as expected here: https://github.com/databricks/bundle-examples-internal/pull/76

bundle/config/mutator/process_target_mode_test.go Outdated Show resolved Hide resolved
bundle/schema/openapi.go Outdated Show resolved Hide resolved
@pietern pietern changed the title Add Model Serving Endpoints to Databricks Bundles Add Model Serving Endpoints to bundles Sep 7, 2023
@pietern pietern changed the title Add Model Serving Endpoints to bundles Support Model Serving Endpoints in bundles Sep 7, 2023
Copy link
Contributor

@lennartkats-db lennartkats-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really exciting to get serving integrated! Please review the comments re. prefixing

auto-merge was automatically disabled September 7, 2023 20:22

Head branch was pushed to by a user without write access

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

update descriptions

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Fix permissions

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Fix test

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Add test coverage

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Update name and add tests

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Update test

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Fix test

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Add name check to test and fix target

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Fix test

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Update convert_test.go

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Fix nit

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>

Update prefix

Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>
auto-merge was automatically disabled September 7, 2023 21:48

Head branch was pushed to by a user without write access

@pietern pietern added this pull request to the merge queue Sep 7, 2023
Merged via the queue into databricks:main with commit 50eaf16 Sep 7, 2023
4 checks passed
@arpitjasa-db arpitjasa-db deleted the serving branch September 7, 2023 23:03
pietern added a commit that referenced this pull request Sep 11, 2023
Bundles:
 * Fix conversion of job parameters ([#744](#744)).
 * Add schema and config validation to jsonschema package ([#740](#740)).
 * Support Model Serving Endpoints in bundles ([#682](#682)).
 * Do not include empty output in job run output ([#749](#749)).
 * Fixed marking libraries from DBFS as remote ([#750](#750)).
 * Process only Python wheel tasks which have local libraries used ([#751](#751)).
 * Add enum support for bundle templates ([#668](#668)).
 * Apply Python wheel trampoline if workspace library is used ([#755](#755)).
 * List available targets when incorrect target passed ([#756](#756)).
 * Make bundle and sync fields optional ([#757](#757)).
 * Consolidate environment variable interaction ([#747](#747)).

Internal:
 * Update Go SDK to v0.19.1 ([#759](#759)).
@pietern pietern mentioned this pull request Sep 11, 2023
github-merge-queue bot pushed a commit that referenced this pull request Sep 11, 2023
Bundles:
* Fix conversion of job parameters
([#744](#744)).
* Add schema and config validation to jsonschema package
([#740](#740)).
* Support Model Serving Endpoints in bundles
([#682](#682)).
* Do not include empty output in job run output
([#749](#749)).
* Fixed marking libraries from DBFS as remote
([#750](#750)).
* Process only Python wheel tasks which have local libraries used
([#751](#751)).
* Add enum support for bundle templates
([#668](#668)).
* Apply Python wheel trampoline if workspace library is used
([#755](#755)).
* List available targets when incorrect target passed
([#756](#756)).
* Make bundle and sync fields optional
([#757](#757)).
* Consolidate environment variable interaction
([#747](#747)).

Internal:
* Update Go SDK to v0.19.1
([#759](#759)).
hectorcast-db pushed a commit that referenced this pull request Oct 13, 2023
Bundles:
* Fix conversion of job parameters
([#744](#744)).
* Add schema and config validation to jsonschema package
([#740](#740)).
* Support Model Serving Endpoints in bundles
([#682](#682)).
* Do not include empty output in job run output
([#749](#749)).
* Fixed marking libraries from DBFS as remote
([#750](#750)).
* Process only Python wheel tasks which have local libraries used
([#751](#751)).
* Add enum support for bundle templates
([#668](#668)).
* Apply Python wheel trampoline if workspace library is used
([#755](#755)).
* List available targets when incorrect target passed
([#756](#756)).
* Make bundle and sync fields optional
([#757](#757)).
* Consolidate environment variable interaction
([#747](#747)).

Internal:
* Update Go SDK to v0.19.1
([#759](#759)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants