Great post @rathorer Can you explain your Lakebase implementation? I understand Lakebase is the Managed PostGres implementation for OLTP (from the Neon acquisition) but not clear the Photon with the Lakebase. Thanks Venkat
Ignore for now you have MCP Server.The problem you are trying to solve1) An AI Agent needs to access data inside Databricks 2) The agent need to operate at the user's permissionsThere are muliple paths1) Directly using OAuth/HTTPhttps://docs.databric...
You can connect Databricks to external Model Context Protocol (MCP) servers to give your agents access to a wider range of tools that are hosted outside of Databricks.Databricks has this feature in Beta. You can check this doc link below.https://docs...
Hi Michal Your MCP Server needs to implement OBO - On-behalf-of User Authentication OBO allows the Agent to run with the permissions of the end user making the request and users the end user's credentials with restricted scopes. Depending on your ap...