Skip to content

Parser should not load DataInputSchema external files #213

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

Closed
ricardozanini opened this issue Oct 10, 2024 · 0 comments · Fixed by #214
Closed

Parser should not load DataInputSchema external files #213

ricardozanini opened this issue Oct 10, 2024 · 0 comments · Fixed by #214
Assignees
Labels
bug 🐛 Something isn't working

Comments

@ricardozanini
Copy link
Member

What happened:

Given the context:

dataInputSchema:
    schema: myfile.json

The parser would try to read the file and add the object to the schema attribute. But this is not the responsibility of this SDK, but the underlying runtime.

What you expected to happen:
The parser returns the schema, the file name, and the path instead.

How to reproduce it:
Just try to parse a workflow with a schema.

Anything else we need to know?:

Environment:

  • Specification version used:
  • Go version:
@ricardozanini ricardozanini added the bug 🐛 Something isn't working label Oct 10, 2024
@ricardozanini ricardozanini self-assigned this Oct 10, 2024
ricardozanini added a commit to ricardozanini/sdk-go that referenced this issue Oct 10, 2024
…n; review k8s annotations for Object type

Signed-off-by: Ricardo Zanini <[email protected]>
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
None yet
1 participant