RefreshGroupDataset
RefreshGroupDataset
yaml
type: "io.kestra.plugin.powerbi.RefreshGroupDataset"
Triggers a refresh for the specified dataset from the specified workspace.
An asynchronous refresh would be triggered.
Properties
clientId
- Type: string
- Dynamic: ✔️
- Required: ✔️
- Min length:
1
Azure client ID.
clientSecret
- Type: string
- Dynamic: ✔️
- Required: ✔️
- Min length:
1
Azure client secret.
tenantId
- Type: string
- Dynamic: ✔️
- Required: ✔️
- Min length:
1
Azure username.
waitDuration
- Type: string
- Dynamic: ❌
- Required: ✔️
- Default:
600.000000000
- Format:
duration
The maximum duration we need to wait until the refresh complete.
datasetId
- Type: string
- Dynamic: ✔️
- Required: ❌
The dataset ID
groupId
- Type: string
- Dynamic: ✔️
- Required: ❌
The workspace ID
wait
- Type: boolean
- Dynamic: ❌
- Required: ❌
Wait for refresh completion.
Outputs
requestId
- Type: string
The request id.
status
- Type: string
The request status.
Only available if wait
= true