<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Customize search output in Apache Atlas 0.7 / HDP 2.5 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customize-search-output-in-Apache-Atlas-0-7-HDP-2-5/m-p/159038#M41104</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13139/pranavvvashisht.html" nodeid="13139"&gt;@Pranav Vashisht&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You can achieve this using the DSL search feature. DSL is a SQL like syntax. Here are some examples from the Atlas website:&lt;/P&gt;&lt;H4&gt;DSL Examples&lt;/H4&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;DSL queries: * from DB&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DB where name="Reporting" select name, owner&lt;/LI&gt;&lt;LI&gt;DB where name="Reporting" select name, owner orderby name&lt;/LI&gt;&lt;LI&gt;DB where name="Reporting" select name limit 10&lt;/LI&gt;&lt;LI&gt;DB where name="Reporting" select name, owner limit 10 offset 0&lt;/LI&gt;&lt;LI&gt;DB where name="Reporting" select name, owner orderby name limit 10 offset 5&lt;/LI&gt;&lt;LI&gt;DB where name="Reporting" select name, owner orderby name desc limit 10 offset 5&lt;/LI&gt;&lt;LI&gt;DB has name&lt;/LI&gt;&lt;LI&gt;DB is JdbcAccess&lt;/LI&gt;&lt;LI&gt;Column where Column isa PII&lt;/LI&gt;&lt;LI&gt;Table where name="sales_fact", columns&lt;/LI&gt;&lt;LI&gt;Table where name="sales_fact", columns as column select column.name, column.dataType, column.comment&lt;/LI&gt;&lt;LI&gt;`Log Data`&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 21 Sep 2016 01:16:31 GMT</pubDate>
    <dc:creator>vvaks</dc:creator>
    <dc:date>2016-09-21T01:16:31Z</dc:date>
    <item>
      <title>Customize search output in Apache Atlas 0.7 / HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customize-search-output-in-Apache-Atlas-0-7-HDP-2-5/m-p/159036#M41102</link>
      <description>&lt;P&gt;Is it possible to customize the search output in Apache Atlas 0.7? &lt;/P&gt;&lt;P&gt;For example, can i include type information to easily show if the match output is Table or Column etc.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:50:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customize-search-output-in-Apache-Atlas-0-7-HDP-2-5/m-p/159036#M41102</guid>
      <dc:creator>pranav_v_vashis</dc:creator>
      <dc:date>2016-09-19T20:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Customize search output in Apache Atlas 0.7 / HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customize-search-output-in-Apache-Atlas-0-7-HDP-2-5/m-p/159037#M41103</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/7757-search-employee-rajops.png"&gt;search-employee-rajops.png&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2016 20:51:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customize-search-output-in-Apache-Atlas-0-7-HDP-2-5/m-p/159037#M41103</guid>
      <dc:creator>pranav_v_vashis</dc:creator>
      <dc:date>2016-09-19T20:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Customize search output in Apache Atlas 0.7 / HDP 2.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customize-search-output-in-Apache-Atlas-0-7-HDP-2-5/m-p/159038#M41104</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13139/pranavvvashisht.html" nodeid="13139"&gt;@Pranav Vashisht&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You can achieve this using the DSL search feature. DSL is a SQL like syntax. Here are some examples from the Atlas website:&lt;/P&gt;&lt;H4&gt;DSL Examples&lt;/H4&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;DSL queries: * from DB&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DB where name="Reporting" select name, owner&lt;/LI&gt;&lt;LI&gt;DB where name="Reporting" select name, owner orderby name&lt;/LI&gt;&lt;LI&gt;DB where name="Reporting" select name limit 10&lt;/LI&gt;&lt;LI&gt;DB where name="Reporting" select name, owner limit 10 offset 0&lt;/LI&gt;&lt;LI&gt;DB where name="Reporting" select name, owner orderby name limit 10 offset 5&lt;/LI&gt;&lt;LI&gt;DB where name="Reporting" select name, owner orderby name desc limit 10 offset 5&lt;/LI&gt;&lt;LI&gt;DB has name&lt;/LI&gt;&lt;LI&gt;DB is JdbcAccess&lt;/LI&gt;&lt;LI&gt;Column where Column isa PII&lt;/LI&gt;&lt;LI&gt;Table where name="sales_fact", columns&lt;/LI&gt;&lt;LI&gt;Table where name="sales_fact", columns as column select column.name, column.dataType, column.comment&lt;/LI&gt;&lt;LI&gt;`Log Data`&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 21 Sep 2016 01:16:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customize-search-output-in-Apache-Atlas-0-7-HDP-2-5/m-p/159038#M41104</guid>
      <dc:creator>vvaks</dc:creator>
      <dc:date>2016-09-21T01:16:31Z</dc:date>
    </item>
  </channel>
</rss>

