-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Describe the issue
I'm trying to deploy a model serving endpoint as part of my Databricks asset bundle. I have permissions defined according to the documentation, but when I go to deploy I get the error message
Debug: model serving endpoint normalization diagnostic: unknown field: permissions pid=2573 mutator=terraform.Write
Configuration
resources:
model_serving_endpoints:
gpt-4o:
permissions:
- service_principal_name: ${var.backend_service_principal_name}
level: CAN_QUERY
Steps to reproduce the behavior
- Define a model_serving_endpoint with permissions as part of a databricks asset bundle
- Deploy the bundle
Expected Behavior
Model serving endpoint should be deployed with the specified permissions
Actual Behavior
Error indicating that "permissions" is an unexpected field in the configuration.
Debug: model serving endpoint normalization diagnostic: unknown field: permissions pid=2573 mutator=terraform.Write
OS and CLI version
OS: Ubuntu
CLI: 0.285.0
Is this a regression?
I have not tried earlier versions of the CLI.
Debug Logs
I couldn't fit the whole log in due to character constraint. It is attached