Arpit Jasapara

Results 4 issues of Arpit Jasapara

### Configuration ```hcl resource "databricks_mlflow_model" "model" { name = "model" description = "MLflow registered model" } ``` Run command: `terraform import databricks_mlflow_model.model "model"` ### Expected Behavior Model imports successfully with...

feature
hacktoberfest

Unclear how to enable serving via Terraform. Might not be possible? Possible solution includes adding a flag to enable serving at instantiation, but may involve use of private APIs. Databricks...

feature

## Changes This PR fixes the provisioned throughput (PTP), external model (EM), and inference tables journeys via Terraform. We also remove invalid validation checks and planned invalid checks. We do...