[jira] [Updated] (ATLAS-4057) DSL Search : Support glossary terms and relationships

2021-07-27 Thread Pinal (Jira)


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

Pinal updated ATLAS-4057:
-
Fix Version/s: 2.2.0
   3.0.0

> DSL Search : Support glossary terms and relationships
> -
>
> Key: ATLAS-4057
> URL: https://issues.apache.org/jira/browse/ATLAS-4057
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Pinal
>Assignee: Pinal
>Priority: Major
>  Labels: DSL
> Fix For: 3.0.0, 2.2.0
>
>
> Supporting glossary term in advanced search, will allow user to search the 
> entities which are assigned to particular term.
>  
> 'hasTerm' keyword is added to support glossary term.
> User needs to add fully qualifiedName of glossary term.
>  
> Example queries to search with glossary terms:
> hive_table hasTerm "modernTrade@salesGlossary",
> hive_table hasTerm "modernTrade@salesGlossary" and hive_table isA Dimension
>  
> Example queries to search with relationship:
> hive_table where db.name = "sales"



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


[jira] [Updated] (ATLAS-4057) DSL Search : Support glossary terms and relationships

2020-12-14 Thread Pinal (Jira)


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

Pinal updated ATLAS-4057:
-
Docs Text: 
*Glossary Term based filtering:*

- In order to retrieve entities based on glossary term, a query would use 
hasTerm keyword.
- To get entities with associated glossary term, user needs to add fully 
qualified name. i.e {termName}@{glossaryName}
- In case user adds only term name, all the entities associated with term name 
will return, irrespective of, to which glossary it is in.

Example: To retrieve all entities of type Table having glossary

from Table hasTerm "modernTrade@salesGlossary",
Table hasTerm "modernTrade@salesGlossary",
Table hasTerm "modernTrade",
Table where Table hasTerm "modernTrade@salesGlossary",
Table hasTerm "modernTrade@salesGlossary" and db.name = "sales"




  was:
*Glossary Term based filtering:*

In order to retrieve entities based on glossary term, a query would use hasTerm 
keyword.
To get entities with associated glossary term, user needs to add fully 
qualified name. i.e {termName}@{glossaryName}
In case user adds only term name, all the entities associated with term name 
will return, irrespective of, to which glossary it is in.

Example: To retrieve all entities of type Table having glossary

from Table hasTerm "modernTrade@salesGlossary",
Table hasTerm "modernTrade@salesGlossary",
Table hasTerm "modernTrade",
Table where Table hasTerm "modernTrade@salesGlossary",
Table hasTerm "modernTrade@salesGlossary" and db.name = "sales"





> DSL Search : Support glossary terms and relationships
> -
>
> Key: ATLAS-4057
> URL: https://issues.apache.org/jira/browse/ATLAS-4057
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Pinal
>Assignee: Pinal
>Priority: Major
>  Labels: DSL
>
> Supporting glossary term in advanced search, will allow user to search the 
> entities which are assigned to particular term.
>  
> 'hasTerm' keyword is added to support glossary term.
> User needs to add fully qualifiedName of glossary term.
>  
> Example queries to search with glossary terms:
> hive_table hasTerm "modernTrade@salesGlossary",
> hive_table hasTerm "modernTrade@salesGlossary" and hive_table isA Dimension
>  
> Example queries to search with relationship:
> hive_table where db.name = "sales"



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


[jira] [Updated] (ATLAS-4057) DSL Search : Support glossary terms and relationships

2020-12-14 Thread Pinal (Jira)


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

Pinal updated ATLAS-4057:
-
Docs Text: 
*Glossary Term based filtering:*

In order to retrieve entities based on glossary term, a query would use hasTerm 
keyword.
To get entities with associated glossary term, user needs to add fully 
qualified name. i.e {termName}@{glossaryName}
In case user adds only term name, all the entities associated with term name 
will return, irrespective of, to which glossary it is in.

Example: To retrieve all entities of type Table having glossary

from Table hasTerm "modernTrade@salesGlossary",
Table hasTerm "modernTrade@salesGlossary",
Table hasTerm "modernTrade",
Table where Table hasTerm "modernTrade@salesGlossary",
Table hasTerm "modernTrade@salesGlossary" and db.name = "sales"




> DSL Search : Support glossary terms and relationships
> -
>
> Key: ATLAS-4057
> URL: https://issues.apache.org/jira/browse/ATLAS-4057
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Pinal
>Assignee: Pinal
>Priority: Major
>  Labels: DSL
>
> Supporting glossary term in advanced search, will allow user to search the 
> entities which are assigned to particular term.
>  
> 'hasTerm' keyword is added to support glossary term.
> User needs to add fully qualifiedName of glossary term.
>  
> Example queries to search with glossary terms:
> hive_table hasTerm "modernTrade@salesGlossary",
> hive_table hasTerm "modernTrade@salesGlossary" and hive_table isA Dimension
>  
> Example queries to search with relationship:
> hive_table where db.name = "sales"



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


[jira] [Updated] (ATLAS-4057) DSL Search : Support glossary terms and relationships

2020-12-11 Thread Pinal (Jira)


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

Pinal updated ATLAS-4057:
-
Description: 
Supporting glossary term in advanced search, will allow user to search the 
entities which are assigned to particular term.

 

'hasTerm' keyword is added to support glossary term.

User needs to add fully qualifiedName of glossary term.

 

Example queries to search with glossary terms:

hive_table hasTerm "modernTrade@salesGlossary",

hive_table hasTerm "modernTrade@salesGlossary" and hive_table isA Dimension

 

Example queries to search with relationship:
hive_table where db.name = "sales"

  was:
Supporting glossary term in advanced search, will allow user to search the 
entities which are assigned to particular term.

 

'with' keyword is added to support glossary term.

User needs to add fully qualifiedName of glossary term.

 

Example queries to search:

hive_table with "modernTrade@salesGlossary",

hive_table with "modernTrade@salesGlossary" and hive_table isA Dimension

 


> DSL Search : Support glossary terms and relationships
> -
>
> Key: ATLAS-4057
> URL: https://issues.apache.org/jira/browse/ATLAS-4057
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Pinal
>Assignee: Pinal
>Priority: Major
>  Labels: DSL
>
> Supporting glossary term in advanced search, will allow user to search the 
> entities which are assigned to particular term.
>  
> 'hasTerm' keyword is added to support glossary term.
> User needs to add fully qualifiedName of glossary term.
>  
> Example queries to search with glossary terms:
> hive_table hasTerm "modernTrade@salesGlossary",
> hive_table hasTerm "modernTrade@salesGlossary" and hive_table isA Dimension
>  
> Example queries to search with relationship:
> hive_table where db.name = "sales"



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


[jira] [Updated] (ATLAS-4057) DSL Search : Support glossary terms and relationships

2020-12-11 Thread Pinal (Jira)


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

Pinal updated ATLAS-4057:
-
Summary: DSL Search : Support glossary terms and relationships  (was: DSL 
Search : Support glossary terms)

> DSL Search : Support glossary terms and relationships
> -
>
> Key: ATLAS-4057
> URL: https://issues.apache.org/jira/browse/ATLAS-4057
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Reporter: Pinal
>Assignee: Pinal
>Priority: Major
>  Labels: DSL
>
> Supporting glossary term in advanced search, will allow user to search the 
> entities which are assigned to particular term.
>  
> 'with' keyword is added to support glossary term.
> User needs to add fully qualifiedName of glossary term.
>  
> Example queries to search:
> hive_table with "modernTrade@salesGlossary",
> hive_table with "modernTrade@salesGlossary" and hive_table isA Dimension
>  



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