Replies: 7 comments 4 replies
-
A short recap of #17:
Example: - schema: "humanresources"
name: "employee"
query: "select * from humanresources.employee where birthdate > '1980-01-1';"
transformers:
- name: "RandomDate"
params:
column: "modifieddate"
max: "2024-01-21 11:32:30.385227"
min: "2020-01-21 11:32:30.385227" |
Beta Was this translation helpful? Give feedback.
-
If someone requires this feature before then they can try using datanymizer |
Beta Was this translation helpful? Give feedback.
-
I looked at our anonymization and we use the subsetting (dump_condition) less than a "transform_condition". A transform_condition preserves a subset of the rows as is without obfuscating them. This feature is a lot easier to implement since it is not concerned about foreign keys. |
Beta Was this translation helpful? Give feedback.
-
Just wanted to announce that we have started to implement the database subset feature. The approximate release date is May-June 2024 |
Beta Was this translation helpful? Give feedback.
-
Caused #110 |
Beta Was this translation helpful? Give feedback.
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
The release date is tomorrow (30.08.2024) as a version v0.2b2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion is created to continue about subsetting and filters raised in #17
Beta Was this translation helpful? Give feedback.
All reactions