Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

[BUG] part of marshal step in source is removed when data-format attribute is specified #595

Closed
igarashitm opened this issue Mar 29, 2023 · 0 comments · Fixed by #602
Closed
Assignees
Labels
bug Something isn't working

Comments

@igarashitm
Copy link
Contributor

igarashitm commented Mar 29, 2023

Describe the bug
From what I can see from this document the following YAML should be valid

- from:
    uri: timer:null
    steps:
    - marshal:
        data-format:
            json:
                library: Gson

but is wiped out.

it ends up with:

- from:
    uri: timer:null
    steps:
    - marshal:
        data-format:
          json: ''

To Reproduce
Steps to reproduce the behavior:

  1. Open source code editor and paste above code
  2. Click sync your code

Expected behavior
marshal step is preserved

Logs
If applicable, add logs to help explain your problem.

Environment (please complete the following information):

Additional context
Add any other context about the problem here.

@igarashitm igarashitm added the bug Something isn't working label Mar 29, 2023
@igarashitm igarashitm self-assigned this Mar 29, 2023
@apupier apupier changed the title [BUG] marshal step in source is removed [BUG] marshal step in source is removed when data-format attribute is specified Mar 29, 2023
@apupier apupier changed the title [BUG] marshal step in source is removed when data-format attribute is specified [BUG] marshal step in source is removed when data-format attribute is specified Mar 29, 2023
@apupier apupier changed the title [BUG] marshal step in source is removed when data-format attribute is specified [BUG] part of marshal step in source is removed when data-format attribute is specified Mar 29, 2023
@Delawen Delawen self-assigned this Mar 30, 2023
@igarashitm igarashitm removed their assignment Mar 30, 2023
Delawen added a commit to Delawen/zimara-backend that referenced this issue Mar 31, 2023
Because frontend does not handle arrays yet.

Fixes KaotoIO#595
Delawen added a commit to Delawen/zimara-backend that referenced this issue Apr 3, 2023
Because frontend does not handle arrays yet.

Fixes KaotoIO#595
Delawen added a commit to Delawen/zimara-backend that referenced this issue Apr 3, 2023
Because frontend does not handle arrays yet.

Fixes KaotoIO#595
Delawen added a commit to Delawen/zimara-backend that referenced this issue Apr 3, 2023
Because frontend does not handle arrays yet.

Fixes KaotoIO#595
Delawen added a commit to Delawen/zimara-backend that referenced this issue Apr 3, 2023
Because frontend does not handle arrays yet.

Fixes KaotoIO#595
Delawen added a commit that referenced this issue Apr 3, 2023
Because frontend does not handle arrays yet.

Fixes #595
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants