"Hi Maikel, for deploying a custom MCP on Databricks:You can deploy your own MCP server if you need external agent access and custom tools.Use Unity Catalog APIs to query tables/volumes.Authentication and permissions can be tied to Databricks tokens ...
Currently, Databricks Unity Catalog does not allow removing the metastore root once it’s set. The main options are:Create a new metastore without a root path and migrate catalogs, external locations, and workspaces into it. This approach works but re...
I’m noticing that newly added tags on tables are not appearing immediately in Genie Space for filtering. It looks like an eventual consistency issue — the tag took almost 2 days to show up. Is there any workaround or a way to force a faster sync?
You can implement RLS in Genie without adding users to Databricks by passing a user identifier with each API call and having your queries filter rows based on that ID. Typically, you’d set up parameterized queries or session variables that enforce ro...
To include AI Guardrail results in your responses, you need to enable logging or metadata propagation when the model generates output. Check if Mosaic AI Gateway supports attaching Guardrail flags or filter results as part of the response payload or ...