-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dump not applying transformation with no error emitted #176
Comments
Hi! Thank you for reporting. You've set the transformation in the wrong object (in storage) instead of
Try it |
However, I agree that it would be helpful to report this issue. I'll consider how to fix it. |
Thank you! Such a silly mistake. Does this mean
|
Yes, it does but only the v0.2b1 version or the current development version in the main. For v0.2b1 version and current main you can use RandomNumeric transformer that has wider configuration options such as For the latest version 1.14 you can try to override the type of the table in the config using the next
The details are here |
@wnatrifork FYI ^ |
I've added a fix in MR #177. So in a new release if the unknown option was provided it will be reported. |
Thank you. I using a compiled version of the tool from main branch:
I have used random numeric transformer as advised:
and received following error when trying to restore:
I converted the dump from directory format to human readable SQL and found:
value is not kept in <min, max> bounds. This seems to be a bug. |
@wnatrifork The MR #177 is merged. I hope this will fix this implicit issue |
Thank you for reporting. I will check shortly |
@wnatrifork |
@wnatrifork MR #178 should close your issue |
@wnatrifork try now and report please |
I confirm RandomNumeric transformer keeps value within defined bounds. Thank you |
Now if user provides the unknown key the error will be thrown Closes #176
It seems possible to encounter a case when despite a transformation is defined it is not applied and no error is emitted. Shouldn't user be warned if a transformer is not being applied?
greenmask_config.yml file:
A part of metadata.json file. Notice
transformers
isnull
.I was not able to find the root cause of the issue in reasonable time.
The text was updated successfully, but these errors were encountered: