Closed istreeter closed 2 years ago
Thanks for your pull request. Is this your first contribution to a Snowplow open source project? Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://docs.snowplowanalytics.com/docs/contributing/contributor-license-agreement/ to learn more and sign.
Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.
Thanks @pondzix! I implemented some suggested changes and opened a task list for the other good ideas which I've not had time for yet.
Changes for branch 1.x released in https://github.com/snowplow/iglu-scala-client/pull/208 with version 1.2.0 Changes for branch 2.x on https://github.com/snowplow/iglu-scala-client/tree/enhancement/cache-validation-by-ttl-improved-ce3
TODOs
ValidatorF
as a trait, and instead directly call methods fromCirceValidator
checkSchemaF
-- does it need to callV4Schema.validate(json)
?ResolverResult
forlistSchemas
- to enable caching improvements in RDB transformer (since 1.2.0-M4)