You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by si...@apache.org on 2021/11/17 19:04:26 UTC

[atlas] branch branch-2.0 updated: ATLAS-4482: GCP : Load data in path query throws Referenced entity -guid is not found and the GCP directory is not created in Atlas

This is an automated email from the ASF dual-hosted git repository.

sidmishra pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new ab921c4  ATLAS-4482: GCP : Load data in path query throws Referenced entity -guid is not found and the GCP directory is not created in Atlas
ab921c4 is described below

commit ab921c4a3eacecc54f29a7f512db36ec53f00f1a
Author: Radhika Kundam <rk...@cloudera.com>
AuthorDate: Tue Nov 16 13:47:36 2021 -0800

    ATLAS-4482: GCP : Load data in path query throws Referenced entity -guid is not found and the GCP directory is not created in Atlas
    
    Signed-off-by: Sidharth Mishra <si...@apache.org>
    (cherry picked from commit dd2722599da8edd9ce22c8ba5153a15decfee230)
---
 .../main/java/org/apache/atlas/hive/hook/utils/HiveDDLEntityFilter.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/utils/HiveDDLEntityFilter.java b/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/utils/HiveDDLEntityFilter.java
index 0f9aa45..07cf38b 100644
--- a/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/utils/HiveDDLEntityFilter.java
+++ b/addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/utils/HiveDDLEntityFilter.java
@@ -46,6 +46,7 @@ public class HiveDDLEntityFilter implements EntityFilter {
         add(AtlasPathExtractorUtil.ADLS_GEN2_ACCOUNT);
         add(AtlasPathExtractorUtil.ADLS_GEN2_CONTAINER);
         add(AtlasPathExtractorUtil.ADLS_GEN2_DIRECTORY);
+        add(AtlasPathExtractorUtil.GCS_BUCKET);
         add(AtlasPathExtractorUtil.GCS_VIRTUAL_DIR);
         add(AtlasPathExtractorUtil.AWS_S3_BUCKET);
         add(AtlasPathExtractorUtil.AWS_S3_V2_BUCKET);