microsoft / microsoft/Analysis-Services
trying to deploy pip workspace using ubuntu agent / Mac getting error
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 732
- Forks
- 433
- PR merge metrics
- No merged PRs in 30d
Description
Invoke-WebRequest: {"requestId":"7f4ddf80-5570-4657-8220-a45faa8ecff9","errorCode":"MissingDefinitionParts","message":"Neither 'model.bim' nor anything with 'definition/*.tmdl' were found."}
$workspaceName = ""
$pbipPath = "./prj-pbip"
Import-Module "./modules/FabricPS-PBIP" -Force
Set-FabricAuthToken -servicePrincipalId -servicePrincipalSecret -tenantId -reset
$workspaceId = New-FabricWorkspace -name $workspaceName -skipErrorIfExists
Import-FabricItems -workspaceId $workspaceId -path $pbipPath
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ./modules/FabricPS-PBIP module and the Import-FabricItems call using the shown $pbipPath, then reproduce the deployment on the stated Ubuntu or Mac setup. Check how the workspace import locates model.bim or definition/*.tmdl; done would be a successful deployment without the MissingDefinitionParts error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- cloud, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100