Validate Airbyte Json Message against the declared catalog #8596
Labels
area/connectors
Connector related issues
autoteam
team/extensibility
technical-debt
issues to fix code smell
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
When a source emits a record data, we should be able to make sure it validates against the JSON schema or downstream process expecting certain types for example may fail.
Describe the solution you’d like
When writing a record to the destination, we should be able to validate the record and make sure it follows the specifications of the source connector. (this will not always be caught by acceptance tests because it depends on the content of the source database or API version)
The text was updated successfully, but these errors were encountered: