Is it possible to use an sql endpoint in fabric in Data API Builder? #2318
-
Hi I'm trying to access a SQL Table in Fabric from DATA API Builder. But when I start dab with the configuration I receive the error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
is there a specific error code included with that message? Are you also connecting from DAB to DW with a managed identity? |
Beta Was this translation helpful? Give feedback.
You will want to remove the
tcp:
prefix from the connection string, that is not supported by Fabric warehouse. Also the database-type should bedwsql
.The config should look something like this: