Merge branch 'main' into dev

This commit is contained in:
Alan Rynne
2024-04-08 16:31:53 +02:00
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ What is Speckle? Check our ![YouTube Video Views](https://img.shields.io/youtube
Give Speckle a try in no time by:
- [![speckle XYZ](https://img.shields.io/badge/https://-speckle.xyz-0069ff?style=flat-square&logo=hackthebox&logoColor=white)](https://speckle.xyz) ⇒ creating an account at
- [![speckle](https://img.shields.io/badge/https://-app.speckle.systems-0069ff?style=flat-square&logo=hackthebox&logoColor=white)](https://app.speckle.systems) ⇒ creating an account
- [![create a droplet](https://img.shields.io/badge/Create%20a%20Droplet-0069ff?style=flat-square&logo=digitalocean&logoColor=white)](https://marketplace.digitalocean.com/apps/speckle-server?refcode=947a2b5d7dc1) ⇒ deploying an instance in 1 click
### Resources
+2 -2
View File
@@ -1,12 +1,12 @@
{
"dataRoles": [
{
"displayName": "Stream URL",
"displayName": "Model URL",
"kind": "Grouping",
"name": "stream"
},
{
"displayName": "Commit Object ID",
"displayName": "Version Object ID",
"kind": "Grouping",
"name": "parentObject"
},
+1 -1
View File
@@ -4,7 +4,7 @@
"displayName": "Speckle PowerBI Viewer",
"guid": "powerbiSpeckleVisualAA98F06515D847E8ACB33BAB487244E0",
"visualClassName": "Visual",
"version": "2.17.0-rc",
"version": "2.18.0",
"description": "An interactive 3D viewer for Speckle Data",
"supportUrl": "https://speckle.community",
"gitHubUrl": "https://github.com/specklesystems/speckle-powerbi-visuals"
+4 -2
View File
@@ -76,9 +76,11 @@ export class Visual implements IVisual {
console.log('❌Input not valid:', (e as Error).message)
this.host.displayWarningIcon(
`Incomplete data input.`,
`"Stream URL", "Commit Object ID" and "Object ID" data inputs are mandatory. If your data connector does not output all these columns, please update it.`
`"Model URL", "Version Object ID" and "Object ID" data inputs are mandatory. If your data connector does not output all these columns, please update it.`
)
console.warn(
`Incomplete data input. "Model URL", "Version Object ID" and "Object ID" data inputs are mandatory. If your data connector does not output all these columns, please update it.`
)
console.warn(`Incomplete data input. "Stream URL" and "Object ID" data inputs are mandatory`)
store.commit('setStatus', 'incomplete')
return
}