Skip to content

Parser should not load DataInputSchema external files #213

@ricardozanini

Description

@ricardozanini

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:

Metadata

Metadata

Assignees

Labels

bug 🐛Something isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions