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

Madhan Neethiraj resolved ATLAS-2108.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.8.2
                   0.9-incubating

Committed to following branches:
 - master: http://git-wip-us.apache.org/repos/asf/atlas/commit/f1c46466
 - branch-0.8: http://git-wip-us.apache.org/repos/asf/atlas/commit/3a47ea6b

> Atlas UI Improvements: Advanced Search info popup has placeholder content
> -------------------------------------------------------------------------
>
>                 Key: ATLAS-2108
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2108
>             Project: Atlas
>          Issue Type: Improvement
>          Components: atlas-webui
>    Affects Versions: 0.8.1-incubating
>            Reporter: Srikanth Venkat
>            Assignee: Keval Bhatt
>             Fix For: 0.9-incubating, 0.8.2
>
>
> Currently there is placeholder content in the help popup dialog for Advanced 
> search. Placeholder need to be removed to make the help more useful and the 
> placeholders need to be replaced with relevant content such as from Apache 
> Atlas wiki for DSL search http://atlas.apache.org/Search.html 
> *DSL Examples*
> For the model, 
> Asset - attributes name, owner, description 
> DB - supertype Asset - attributes clusterName, parameters, comment 
> Column - extends Asset - attributes type, comment 
> Table - supertype Asset - db, columns, parameters, comment 
> Classifications - PII, Log Data
> DSL queries: * from DB
> * DB where name="Reporting" select name, owner
> * DB where name="Reporting" select name, owner orderby name
> * DB where name="Reporting" select name limit 10
> * DB where name="Reporting" select name, owner limit 10 offset 0
> * DB where name="Reporting" select name, owner orderby name limit 10 offset 5
> * DB where name="Reporting" select name, owner orderby name desc limit 10 
> offset 5
> * DB has name
> * DB is JdbcAccess
> * Column where Column isa PII
> * Table where name="sales_fact", columns
> * Table where name="sales_fact", columns as column select column.name, 
> column.dataType, column.comment
> * DB groupby(owner) select owner, count()
> * DB groupby(owner) select owner, max(name)
> * DB groupby(owner) select owner, min(name) from Person select count() as 
> 'count', max(Person.age) as 'max', min(Person.age)  as 'Log Data'



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to