Forum Discussion

ddelapasse's avatar
ddelapasse
Helper I
1 year ago
Solved

Can't connect dataset/semanticModel to Gateway using API (Azure SqlServer datasource)

Please help!   I'm trying to set up code to configure new tenants in our "app-owns-data" webapp.  I'm able to use the api to create the service principal profile, the workspace, the dataset/semanticM...
  • ddelapasse's avatar
    1 year ago

    Answering my own question to help anyone else with this issue.  Thanks to another post I found some steps listed to connect a dataset/model to a gateway and #4 was the key:

    4. The user must be assigned as a user of the data source defined on the gateway (different from being a gateway admin)

    The strange thing was that the api method returned 200 yet did not work - should have returned a 403 and I would have suspected permissions sooner.