You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use io.kestra.plugin.powerbi.RefreshGroupDataset task
waitDuration value should stay with original ISO_8601 format and not be converted to a float
Actual Behaviour
waitDuration: PT5M is changed to waitDuration: 300.0 when we look at the flow on the UI
Steps To Reproduce
Create a flow with terraform and look at the source on the UI
Expected Behavior
When we use io.kestra.plugin.powerbi.RefreshGroupDataset task
waitDuration value should stay with original ISO_8601 format and not be converted to a float
Actual Behaviour
waitDuration: PT5M
is changed towaitDuration: 300.0
when we look at the flow on the UISteps To Reproduce
Create a flow with terraform and look at the source on the UI
Environment Information
Example flow
The text was updated successfully, but these errors were encountered: