Uh oh!
There was an error while loading. Please reload this page.
Support Model Serving Endpoints in bundles - #682
Conversation
Uh oh!
There was an error while loading. Please reload this page.
shreyas-goenka
left a comment
There was a problem hiding this comment.
This is great! Thanks! Just a couple of minor points about additional test coverage needed and we are good to merge.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
pietern
left a comment
There was a problem hiding this comment.
Thanks, @arpitjasa-db !
The approach LGTM. I'd like to figure out naming consistency before we merge.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
arpitjasa-db
commented
Sep 6, 2023
Confirmed it works as expected here: https://github.com/databricks/bundle-examples-internal/pull/76 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lennartkats-db
left a comment
There was a problem hiding this comment.
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
d1a9bfcCompareSigned-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
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 <!-- Summary of your changes that are easy to understand --> Add Model Serving Endpoints to Databricks Bundles ## Tests <!-- How is this tested? --> Unit tests and manual testing via https://github.com/databricks/bundle-examples-internal/pull/76 <img width="1570" alt="Screenshot 2023-08-28 at 7 46 23 PM" src="https://github.com/databricks/cli/assets/87999496/7030ebd8-b0e2-4ad1-a9e3-5ff8454f1175"> <img width="747" alt="Screenshot 2023-08-28 at 7 47 01 PM" src="https://github.com/databricks/cli/assets/87999496/fb9b54d7-54e2-43ce-9148-68fb620c809a"> Signed-off-by: Arpit Jasapara <arpit.jasapara@databricks.com>
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

