Amruth S created ATLAS-5209:
-------------------------------
Summary: [Atlas Server config] Hive table related all entities are
ignored when set ignore pattern to ignore only hive_columns and hive_table_ddl
for matching qualified name pattern.
Key: ATLAS-5209
URL: https://issues.apache.org/jira/browse/ATLAS-5209
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 2.4.0
Reporter: Amruth S
Assignee: Amruth S
*Problem Statement*
Hive table related all entities are ignored when set ignore pattern to ignore
only hive_columns and hive_table_ddl for matching qualified name pattern.
*Steps To Repro:*
1. Set ignore pattern in atlas server.
atlas.notification.consumer.preprocess.entity.type.ignore.pattern=hive_column,hive_table_ddl
atlas.notification.consumer.preprocess.entity.ignore.pattern=.*\..*\..*password.*,.*\..*confidential.*
This config should ignore
# hive_columns for any table containing password as hive_column.
# hive_table_ddl and hive_column for any table containing *confidential*
keyword in table name.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)