Discussed in #1848
Originally posted by kg875 October 27, 2023
Hi,
Kind of an extension of this discussion: #1363
I wanted to understand if there is any workarounds for creating a GraphQL endpoint using DAB with a Synapse SQL Serverless Pool?
I've read in previous discussions that dedicated is not supported due to fact that DAB uses FOR JSON PATH, which serverless supports.
Unfortunately, my attempts so far have resulted in an error due to NO_BROWSETABLE not being supported:
Azure.DataApiBuilder.Service.Startup[0]
Unable to complete runtime initialization. Refer to exception for error details.
Azure.DataApiBuilder.Service.Exceptions.DataApiBuilderException:
Cannot obtain Schema for entity Products with underlying database object source: shop.products due to: NO_BROWSETABLE is not supported for SET.
Thanks!