Hey All. May I know, is there any way to mask the...
# ingestion
g
Hey All. May I know, is there any way to mask the value here? we have multiple cols that store personal information..
b
at present, its either 1. you don't profile the sensitive columns and no one sees those columns 2. limit the rights of people to see the stats tab
g
#1 I'm not aware that DataHub can exclude by column level. Btw, I'm using Postgres #2 not aware of this one as well. Do you have a link to the documentation?
b
for (2) there is a metadata privilege for "view dataset profile"
for (1), im not certain it will work correctly as i dont have that use case, but https://datahubspace.slack.com/archives/CUMUWQU66/p1656918807112199?thread_ts=1656568496.337289&cid=CUMUWQU66
g
thanks @better-orange-49102, I think #2 more suitable for us now. let me explore. thanks much
g
You can also set the
profiling.include_field_sample_values
config to false to avoid collecting this data in the first place
g
thanks mate