You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Pinal (Jira)" <ji...@apache.org> on 2020/02/13 09:07:01 UTC

[jira] [Updated] (ATLAS-3615) Basic Search : Search with _ALL_ENTITY_TYPES and classification doesn't not fetch any entity associated to that classification

     [ https://issues.apache.org/jira/browse/ATLAS-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pinal updated ATLAS-3615:
-------------------------
    Description: 
1. classification : tag1 returns all entities associated to tag1

2. typename : _ALL_ENTITY_TYPES returns all entities under all types.

3. classification : tag1 typename : hive_table returns all hive_table entities associated to tag1

4. classification : tag1 typename : _ALL_ENTITY_TYPES doesn't return any result. Expected it would return same results as query1.

Basic search payload :
{code:java}
{ 
"excludeDeletedEntities":true,
"includeSubClassifications":true,
"includeSubTypes":true,
"includeClassificationAttributes":true,
"entityFilters":null,
"tagFilters":null,
"attributes":[

],
"limit":25,
"offset":0,
"typeName":"_ALL_ENTITY_TYPES",
"classification":"tag1",
"termName":null
}
{code}

 5. classification : tag1, typename : _ALL_ENTITY_TYPES, Search by text, this combination doesn't return any result

  was:
1. classification : tag1 returns all entities associated to tag1

2. typename : _ALL_ENTITY_TYPES returns all entities under all types.

3. classification : tag1 typename : hive_table returns all hive_table entities associated to tag1

4. classification : tag1 typename : _ALL_ENTITY_TYPES doesn't return any result. Expected it would return same results as query1.

Basic search payload :

{code}
{ 
"excludeDeletedEntities":true,
"includeSubClassifications":true,
"includeSubTypes":true,
"includeClassificationAttributes":true,
"entityFilters":null,
"tagFilters":null,
"attributes":[

],
"limit":25,
"offset":0,
"typeName":"_ALL_ENTITY_TYPES",
"classification":"tag1",
"termName":null
}
{code}

Also,
5. classification : tag1, typename : _ALL_ENTITY_TYPES, Search by text, this combination doesn't return any result


> Basic Search : Search with _ALL_ENTITY_TYPES and classification doesn't not fetch any entity associated to that classification
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-3615
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3615
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>            Reporter: Pinal
>            Priority: Major
>
> 1. classification : tag1 returns all entities associated to tag1
> 2. typename : _ALL_ENTITY_TYPES returns all entities under all types.
> 3. classification : tag1 typename : hive_table returns all hive_table entities associated to tag1
> 4. classification : tag1 typename : _ALL_ENTITY_TYPES doesn't return any result. Expected it would return same results as query1.
> Basic search payload :
> {code:java}
> { 
> "excludeDeletedEntities":true,
> "includeSubClassifications":true,
> "includeSubTypes":true,
> "includeClassificationAttributes":true,
> "entityFilters":null,
> "tagFilters":null,
> "attributes":[
> ],
> "limit":25,
> "offset":0,
> "typeName":"_ALL_ENTITY_TYPES",
> "classification":"tag1",
> "termName":null
> }
> {code}
>  5. classification : tag1, typename : _ALL_ENTITY_TYPES, Search by text, this combination doesn't return any result



--
This message was sent by Atlassian Jira
(v8.3.4#803005)