You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in JSON schema, we can define default values but this default is used nowhere. If we can use the stream defaults to process the records with default values it would remove the overhead of using post_process in some of these streams by tap developers.
The text was updated successfully, but these errors were encountered:
I was just reading on how jsonschema is trying to solve defaults and was going through #1471
I think this could be implemented by overriding Draft4Validtor like here and then using that as the format validator.
Feature scope
Taps (catalog, state, stream maps, tests, etc.)
Description
Currently in JSON schema, we can define default values but this default is used nowhere. If we can use the stream defaults to process the records with default values it would remove the overhead of using
post_process
in some of these streams by tap developers.The text was updated successfully, but these errors were encountered: