Skip to content

Validate that input config matches spec inside all java connectors by default #4352

Closed
@sherifnada

Description

@sherifnada

Tell us about the problem you're trying to solve

Today if the input config in a connector does not match the connector's spec.json then the connector will not validate it.

Describe the solution you’d like

Modify the Destination and Source java abstractions to automatically validate that the input config to discover, read, check, and write matches the connector's spec. This way the child class does not need to do anything about validation -- it is automatically handled for it.

Describe the alternative you’ve considered or used

Test for this in acceptance tests, which is complementary to this issue.

Additional context

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions