You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During deployment, the connectionId is getting replaced, but not the location.
Error from the log:
`2025-04-10 07:25:39,232 - ERROR - fabric_cicd._common.fabricdpoint - Unhandled error occurred calling POST on 'https://api.powerbi.com/v1/workspaces//items//shortcuts?shortcutConflictPolicy=CreateOrOverwrite'.
Message: The caller does not have sufficit permissions to access the requested resource. [{'errorCode': 'Forbidd***', 'message': 'Error in Stored Credtial Operation - {"error":{"code":"ArtifactConnection_InaccessibleDatasource","pbi.error":{"code":"ArtifactConnection_InaccessibleDatasource","details":[{"code":"ArtifactConnection_InaccessibleDatasource","detail":{"type":1,"value":"A datasource bound to connection is inaccessible to the binding user. DatasourceId: 07af29d6--4c64--e677ae3a251f. ConnectionId: 07af29d6--4c64-***-e677ae3a251f. UserObjectId: . DMTSErrorCode: ."}}],"eceptionCulprit":1}}}.'}]
What is the question?
I have a lakehouse shortcut in my repo defined as
Then in parameter.yml:
During deployment, the connectionId is getting replaced, but not the location.
Error from the log:
`2025-04-10 07:25:39,232 - ERROR - fabric_cicd._common.fabricdpoint - Unhandled error occurred calling POST on 'https://api.powerbi.com/v1/workspaces//items//shortcuts?shortcutConflictPolicy=CreateOrOverwrite'.
Message: The caller does not have sufficit permissions to access the requested resource. [{'errorCode': 'Forbidd***', 'message': 'Error in Stored Credtial Operation - {"error":{"code":"ArtifactConnection_InaccessibleDatasource","pbi.error":{"code":"ArtifactConnection_InaccessibleDatasource","details":[{"code":"ArtifactConnection_InaccessibleDatasource","detail":{"type":1,"value":"A datasource bound to connection is inaccessible to the binding user. DatasourceId: 07af29d6--4c64--e677ae3a251f. ConnectionId: 07af29d6--4c64-***-e677ae3a251f. UserObjectId: . DMTSErrorCode: ."}}],"eceptionCulprit":1}}}.'}]
Additional Info:
URL: https://api.powerbi.com/v1/workspaces/***/items/***/shortcuts?shortcutConflictPolicy=CreateOrOverwrite
Method: POST
Request Body:
{
"name": "test_shortcut",
"path": "/Files",
"target": {
"type": "AdlsG2",
"adlsG2": {
"connectionId": "07af29d6--4c64--e677ae3a251f", <------ OK
"location": "[https://dev.dfs.core.windows.net",]. <------------------ not replaced
"subpath": "/some_subpath"
}
}
}
Response Status: 403`
Additional context
No response
The text was updated successfully, but these errors were encountered: