Georgi Slavov
Georgi Slavov
### Configuration - I have a configuration for couple of external catalogs with specific Databricks workspace bindings - I had to change one of the catalogs to point to a...
Official documentation: https://docs.databricks.com/api/azure/workspace/servingendpoints/putaigateway ### Use-cases Databricks now provide additional controls to be applied on external serving endpoints. It will be great if these configurations are supported via IaC using the...
**Problem Statement** Databricks has released new version of their problematic Jobs API. Some of the APIs are already migrated to 2.2 (e.g. https://docs.databricks.com/api/azure/workspace/jobs/get) **Proposed Solution** - Update https://github.com/databricks/databricks-sdk-java/blob/main/databricks-sdk-java/src/main/java/com/databricks/sdk/service/jobs/JobsImpl.java to use...
### Use-cases Currently my organization manages all permanent schemas inside Unity Catalog using IaC. This ensures that all configuration (including permissions) are managed in correct and controlled manner. It will...