Created 09-19-2016 01:50 PM
Is it possible to customize the search output in Apache Atlas 0.7?
For example, can i include type information to easily show if the match output is Table or Column etc.
Created 09-20-2016 06:16 PM
You can achieve this using the DSL search feature. DSL is a SQL like syntax. Here are some examples from the Atlas website:
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 Traits - PII, Log Data
DSL queries: * from DB
Created 09-19-2016 01:51 PM
Created 09-20-2016 06:16 PM
You can achieve this using the DSL search feature. DSL is a SQL like syntax. Here are some examples from the Atlas website:
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 Traits - PII, Log Data
DSL queries: * from DB