4/11 - Custom Generate Transformers
· One min read
- Add the ability to write custom javascript Transformers for a data generate job
- Transformers now filter by data type in the schema page to prevent type mismatches
- Add in self-service sign ups for the free tier
- Reduced data generation and sync time by 50%
- Logs in runs now are persistent, searchable and filterable
- Support for setting max connection limits for connections and pooled connections
- Added support for
ON CONFLICT
to handle duplicate rows - Updated retry policy to fail fast instead of waiting to fail leading to better performance
- Update schedules to ensure that they don't get culled by Temporal
- Support the ability to delete, cancel or terminate runs from the Jobs page instead of having to go to Runs
- Various UI/UX refinements