Skip to content

Is it possible to use an sql endpoint in fabric in Data API Builder? #2318

Answered by vadeveka
Narming1868 asked this question in Q&A
Discussion options

You must be logged in to vote

You will want to remove the tcp: prefix from the connection string, that is not supported by Fabric warehouse. Also the database-type should be dwsql.
The config should look something like this:

  "data-source": {
    "database-type": "dwsql",
    "connection-string": "Server=SERVERNAME.datawarehouse.fabric.microsoft.com;Initial Catalog=dabtest;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;Authentication=Active Directory Default;"
  },

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Narming1868
Comment options

@vadeveka
Comment options

Answer selected by Narming1868
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants