[
https://issues.apache.org/jira/browse/ATLAS-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj updated ATLAS-2418:
------------------------------------
Affects Version/s: (was: trunk)
1.0.0
Fix Version/s: 1.0.0
> Advanced Search DSL: Support System Attributes
> ----------------------------------------------
>
> Key: ATLAS-2418
> URL: https://issues.apache.org/jira/browse/ATLAS-2418
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Affects Versions: 1.0.0
> Reporter: Ashutosh Mestry
> Assignee: Ashutosh Mestry
> Priority: Major
> Fix For: 1.0.0
>
> Attachments: ATLAS-2418-DSL-System-Attribute-Support.patch
>
>
> *Background*
> Existing implementation of DSL does not support system attributes within the
> query.
> *Requirement*
> DSL should support queries that include system attributes.
> Examples:
> {code:java}
> hive_db select _guid
> hive_db where __state = 'ACTIVE'
> hive_table where __state = 'DELETED'
> hive_db select __guid, __modifiedDate, __modifiedBy
> {code}
> *Suggested Approach*
> System attributes are added to vertices during creation. The implementation
> may require modification to _RegistryBasedLookup_ to treat these attributes
> as if they were part of the entity itself.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)