RefreshGroupDataset RefreshGroupDataset

type: "io.kestra.plugin.powerbi.RefreshGroupDataset"

Triggers a refresh for the specified dataset from the specified workspace.

An asynchronous refresh (opens new window) 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.

# datasetId

  • Type: string
  • Dynamic: ✔️
  • Required:

The dataset ID

# groupId

  • Type: string
  • Dynamic: ✔️
  • Required:

The workspace ID

# tenantId

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️
  • Min length: 1

Azure username.

# wait

  • Type: boolean
  • Dynamic:
  • Required:

Wait for refresh completion.

# waitDuration

  • Type: string
  • Dynamic:
  • Required: ✔️
  • Default: 600.000000000
  • Format: duration

The maximum duration we need to wait until the refresh complete.

# Outputs

# requestId

  • Type: string

The request id.

# status

  • Type: string

The request status.

Only available if wait = true