-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51b1f61
commit de07b5e
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: 01/16 - Synthetic Data in Anonymization API | ||
hide_table_of_contents: false | ||
slug: /anon-api-synthetic-data | ||
authors: | ||
- evis | ||
# cSpell:words | ||
--- | ||
|
||
1. Add support for column removal strategy to handle schema changes in day 2 operations | ||
2. Add support for on conflict handling in Postgres and Mysql | ||
3. Enhance the python SDK entry point to be easier to use | ||
4. Add support for using Neosync Transformers in the Anonymization API with replace | ||
5. Optimized the Subset table to be way more performant | ||
6. Add support for sourcing the connection url from an environment variable | ||
7. Fix the Clone Transformer form | ||
8. Add support for creating DB schema in the init schema options | ||
9. Added ability to bulk apply subsets | ||
10. Optimized the GenerateCity transformer to be way faster |