-
Notifications
You must be signed in to change notification settings - Fork 55
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
Conversation
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.
This is great! Thanks! Just a couple of minor points about additional test coverage needed and we are good to merge.
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.
Thanks, @arpitjasa-db !
The approach LGTM. I'd like to figure out naming consistency before we merge.
Confirmed it works as expected here: https://github.com/databricks/bundle-examples-internal/pull/76 |
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.
Really exciting to get serving integrated! Please review the comments re. prefixing
Head branch was pushed to by a user without write access
61ee2b1
to
d1a9bfc
Compare
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>
Head branch was pushed to by a user without write access
d1a9bfc
to
6371364
Compare
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)).
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)).
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)).
Changes
Add Model Serving Endpoints to Databricks Bundles
Tests
Unit tests and manual testing via https://github.com/databricks/bundle-examples-internal/pull/76