Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The 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

User Data Function Data Agent

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. 

Status: New
Comments
YSD
Microsoft Employee
Microsoft Employee

Thanks for your input!