HI @Manas2000 ,This appears to be a Databricks SQL MCP limitation, not a Databricks SQL warehouse limitation.A hacky workaround might be to manually paginate in SQL, e.g., with `ROW_NUMBER()` or `LIMIT/OFFSET`, and run separate MCP calls for each pag...
Hi It looks like there are some requirements to check first:Unity AI Gateway is enabled for your account. <- if you're enterprise, Beta previews are Off by default. An account admin can toggle this on in the account console.The billable usage system...
Short answer: based on the current Databricks docs, I would treat the built-in Azure OpenAI external model provider as expecting the older Azure OpenAI configuration shape, not the newer `/openai/v1/` shape.The key clue is that the Databricks Azure O...