Drew Ipson (AxiosHQ)
Drew Ipson (AxiosHQ)
Would love to see an adapter support for Databricks Unity Catalog connection. Here's the databricks documentation on the Go SQL Connector: https://docs.databricks.com/en/dev-tools/go-sql-driver.html I would be interested in helping implement this....
### Configuration ```hcl resource "databricks_model_serving" "this" { for_each = local.serving_endpoints provider = databricks.workspace name = each.key route_optimized = each.value.route_optimized config { served_entities { name = each.key entity_name = each.value.entity_name workload_size...
### Use-cases I would like the Databricks Terraform Provider to support the creation of a feature_spec object/function within the Unity Catalog. This is essential for serving lookup tables in online...