How Ignore and Prune feature works
The configurations are matched against the Hive table’s qualifiedName attribute.
Within the Hive hook, qualifiedName attribute value has this format:
                database.table@namespace
The namespace is the value specified by the
                atlas.metadata.namespace property.
For example, for a Hive hook, the property
                atlas.metadata.namespace is set to glv. 
On that server, for a table t1 which is a part of database
                db1, the qualifiedName value is:
                db1.tb1@glv
Ignore Pattern
Hook-side
atlas.hook.hive.hive_table.ignore.pattern
Atlas server side
atlas.notification.consumer.preprocess.hive_table.ignore.pattern
Prune pattern
Hook-side
atlas.hook.hive.hive_table.prune.pattern
Atlas server side
atlas.notification.consumer.preprocess.hive_table.prune.pattern
