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

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


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

commit dd2722599da8edd9ce22c8ba5153a15decfee230
Author: Radhika Kundam <rkun...@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 <sidmis...@apache.org>
---
 .../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);

Reply via email to