Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraformed flow with powerbi task: waitDuration is converted to float #72

Open
jeremycopinlm opened this issue Mar 17, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jeremycopinlm
Copy link

jeremycopinlm commented Mar 17, 2023

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 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

Environment Information

  • Kestra Version: 0.7.1
  • Provider Version: 0.7.0

Example flow

id: refresh_powerbi
namespace: some.namespace
tasks:
- id: refresh
  type: io.kestra.plugin.powerbi.RefreshGroupDataset
  tenantId: "{{ secret('powerbi_tenant_id') }}"
  clientId: "{{ secret('powerbi_client_id') }}"
  clientSecret: "{{ secret('powerbi_client_secret') }}"
  groupId: "{{ secret('powerbi_group_id') }}"
  datasetId: "fqsldsqldnqskj"
  wait: true
  waitDuration: PT5M
@jeremycopinlm jeremycopinlm added the bug Something isn't working label Mar 17, 2023
@tchiotludo
Copy link
Member

blocked by go-yaml/yaml#730

@anna-geller anna-geller added this to the v0.15.0 milestone Dec 5, 2023
@anna-geller anna-geller modified the milestones: v0.15.0, v0.17.0 Jan 16, 2024
@anna-geller anna-geller modified the milestones: v0.17.0, v0.18.0 May 6, 2024
@anna-geller anna-geller modified the milestones: v0.18.0, v0.17.0 May 21, 2024
@Skraye Skraye modified the milestones: v0.17.0, v0.18.0 May 30, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jun 10, 2024
@Skraye Skraye modified the milestones: v0.18.0, v0.19.0 Jul 22, 2024
@anna-geller anna-geller removed this from the v0.19.0 milestone Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

4 participants