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.
pollDuration
- Type: string
- Dynamic: ❌
- Required: ✔️
- Default:
5.000000000
- Format:
duration
The duration to wait between the polls.
tenantId
- Type: string
- Dynamic: ✔️
- Required: ✔️
- Min length:
1
Azure tenant ID.
waitDuration
- Type: string
- Dynamic: ❌
- Required: ✔️
- Default:
600.000000000
- Format:
duration
The maximum duration to wait until the refresh completes.
datasetId
- Type: string
- Dynamic: ✔️
- Required: ❌
The dataset ID.
groupId
- Type: string
- Dynamic: ✔️
- Required: ❌
The workspace ID.
wait
- Type: boolean
- Dynamic: ❌
- Required: ❌
- Default:
false
Wait for refresh completion.
Outputs
requestId
- Type: string
- Required: ❌
The request ID.
status
- Type: string
- Required: ❌
The request status.
Only populated if
wait
parameter is set totrue
.
Definitions
Was this page helpful?