Open danielsteman opened 5 months ago
The crash shouldn't happen, of course, but you're missing a level of indentation.
The endpoint needs a logical name, like this:
resources:
model_serving_endpoints:
my_serving_endpoint:
name: pd-model
config:
auto_capture_config:
enabled: true
catalog_name: "team_data"
schema_name: "development"
table_name_prefix: "inference_table_pd_model"
Thanks that helps! I wasn't super confident that my yml spec was correct, hence the expected behavior I described.
Describe the issue
When I try to validate a bundle that deploys a model serving endpoint the CLI has a runtime error
Steps to reproduce the behavior
Please list the steps required to reproduce the issue, for example:
databricks.yml
of an asset bundle:targets: dev: mode: development default: true workspace: host: ***
prod: mode: production workspace: host: ***
❯ databricks bundle validate panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x50 pc=0x104d289c8]