Amruth S created ATLAS-5208:
-------------------------------
Summary: Ignore hook configs: Rename table messages are not ignored
Key: ATLAS-5208
URL: https://issues.apache.org/jira/browse/ATLAS-5208
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 2.4.0
Reporter: Amruth S
Assignee: Amruth S
_*+PROBLEM STATEMENT:+*_
Ignore hook configs: Rename table messages are not ignored
_*+STEPS TO REPRODUCE:+*_
In atlas configs , set
*atlas.notification.consumer.preprocess.entity.type.ignore.pattern=hive_table*
{*}atlas.notification.consumer.preprocess.entity.ignore.pattern=db5.{*}*
On hive hook set,
{*}atlas.hook.entity.ignore.pattern=db5.{*}{*}\{*}{*}
# _Create table db5.table_a(id int);_ => no message sent to ATLAS_HOOK
# _Alter table db5.table_a rename to db5.table_b_ => message is sent to
ATLAS_HOOK and table is updated in Atlas.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)