-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Scrubbing schema related transforms #2863
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
Scrubbing schema related transforms #2863
Conversation
| public bool KeepHidden { get; } | ||
| public bool IgnoreMissing { get; } | ||
| internal bool KeepHidden { get; } | ||
| internal bool IgnoreMissing { get; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need to hide them? They are some direct states of public options.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it just me been paranoid and I want to hide everything I can.
On other hand we need to provide this information for each transformer, like term dictionary or list of columns we been concatenating for concat, and we don't have conclusion how to do it yet.
wschin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Codecov Report
@@ Coverage Diff @@
## master #2863 +/- ##
==========================================
+ Coverage 71.69% 71.69% +<.01%
==========================================
Files 809 809
Lines 142444 142444
Branches 16109 16109
==========================================
+ Hits 102126 102130 +4
+ Misses 35891 35889 -2
+ Partials 4427 4425 -2
|
artidoro
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
Should fix #2828