Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance JSON schema type reinforcement in KlaviyoStream to support va… (
#9) * Enhance JSON schema type reinforcement in KlaviyoStream to support various data types, including lists and dictionaries. This update improves data handling during post-processing by ensuring type consistency according to the defined schema. * Improve type handling in KlaviyoStream by adding exception handling for integer, float, boolean, and string conversions. Update schema type definitions to support multiple types (string, number, object) for empty objects and arrays, enhancing data validation and consistency. * Remove redundant JSON schema type reinforcement method in KlaviyoStream to streamline post-processing. This change simplifies the code and enhances maintainability by relying on existing type handling mechanisms.
- Loading branch information