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
DAT provides some good guarantees that a destination works as intended. However, it does not do a thorough verification that any data type expressable via JsonSchema can be written to a destination. For example, we've had some issues recently related to data types and schema declarations in JsonSchema:
I would like to test all possible combinations of valid json schema declarations in DAT so that we can proactively verify that destinations can handle data coming from sources, rather than play whack-a-mole.
The text was updated successfully, but these errors were encountered:
Tell us about the problem you're trying to solve
DAT provides some good guarantees that a destination works as intended. However, it does not do a thorough verification that any data type expressable via JsonSchema can be written to a destination. For example, we've had some issues recently related to data types and schema declarations in JsonSchema:
Describe the solution you’d like
I would like to test all possible combinations of valid json schema declarations in DAT so that we can proactively verify that destinations can handle data coming from sources, rather than play whack-a-mole.
The text was updated successfully, but these errors were encountered: