Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Essentially make an MCP connection between the UDFs and the data agents so that we can execute custom analysis with a high dimensional input space on the fly through an AI chatbot.
Doing this on our own currently would require that we spin up our own MCP server and handle all of the oauth and everything ourselves with an app registration. That is a lot of complication for what should be a highly intuitive feature.
Of course, this would enable writeback through the AI chatbot, so you'll probably want to put in some sort of mcp decorator in the udf that flags when writeback happens through a given path so that the chatbot can recognize this and promp the user with a y/n to write the results to a given db/table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.