Radhika Kundam created ATLAS-4492:
-------------------------------------
Summary: Atlas to skip external temporary table created in hive
Key: ATLAS-4492
URL: https://issues.apache.org/jira/browse/ATLAS-4492
Project: Atlas
Issue Type: New Feature
Components: atlas-core
Affects Versions: 3.0.0, 2.3.0
Reporter: Radhika Kundam
Assignee: Radhika Kundam
As per the current design, skip temp tables feature in Atlas will skip creating
temporary tables only if that temp table is {*}not external{*}. *New
requirement is to skip creating external temp tables also.*
Introducing new config property *skip.all.temp.tables* which can be used to
skip all temp tables {*}irrespective of external or not{*}.
With this fix in Atlas two options will be available.
atlas.hook.hive.skip.temp.tables => which works same as earlier, skipping
non-external temporary table creation and it is enabled in Atlas by default.
atlas.hook.hive.skip.all.temp.tables => which skips all temporary tables
irrespective of external or not
To skip all the temporary tables user has to configure the property as below.
atlas.hook.hive.skip.all.temp.tables=true
--
This message was sent by Atlassian Jira
(v8.20.1#820001)