Also: ```We now support the ability to ignore spe...
# ingestion
p
Also:
Copy code
We now support the ability to ignore specific users when calculating Top Users of a Dataset/Column — this is useful when you want to exclude users designated for maintenance/automated execution.
So we can yeet our airflow user out of datahub 🙂
d
Exactly, you can check how to ignore it in the usage docs -> Like here https://datahubproject.io/docs/metadata-ingestion/source_docs/redshift#config-details-1
Copy code
user_email_pattern.allow
user_email_pattern.deny	
user_email_pattern.ignoreCase
p
Thanks Tamas!