<?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: Select clause is not working in Atlas DSL in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233165#M64616</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17468/sababaig.html" nodeid="17468"&gt;@Saba Baig&lt;/A&gt;, you can search for any entities tagged with a particular tag name using the single quotes. for e.g. `Log Data` searches for all entities in atlas tagged as &lt;STRONG&gt;Log Data&lt;/STRONG&gt;. Only classification name is supported in single quotes.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2017 15:14:12 GMT</pubDate>
    <dc:creator>ssubramanian</dc:creator>
    <dc:date>2017-07-11T15:14:12Z</dc:date>
    <item>
      <title>Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233159#M64610</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone please help me in understanding SELECT clause in DSL?
Following mentioned query returns no rows though there is an entity named as "Reporting" of type "DB" having attributes as name and owner. &lt;/P&gt;&lt;PRE&gt;DB where name="Reporting" select name, owner
&lt;/PRE&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/7145i0A336C9E56B8B928/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="screenshot-from-2017-07-10-17-49-58.png" title="screenshot-from-2017-07-10-17-49-58.png" /&gt;</description>
      <pubDate>Mon, 10 Jul 2017 19:46:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233159#M64610</guid>
      <dc:creator>saba_baig</dc:creator>
      <dc:date>2017-07-10T19:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233160#M64611</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17468/sababaig.html" nodeid="17468"&gt;@Saba Baig&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The select lets you "select" a particular attribute of an entity&lt;/P&gt;&lt;P&gt;DB where name="Reporting" select name, owner&lt;/P&gt;&lt;P&gt;displays the name and owner of db whose name is "Reporting"&lt;/P&gt;&lt;P&gt;Currently UI doesn't display results but REST GET API call actually returns the result.&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;DSL query : hive_table name = "table1" select qualifiedName,owner&lt;/P&gt;&lt;P&gt;response :&lt;/P&gt;&lt;PRE&gt;{queryType: "DSL",
queryText: "`hive_table` name="table1" select qualifiedName,owner",
attributes: 
{name: 
["qualifiedName",
"owner"
],
values: 
[
["default.table1@cl1",
"atlas"
]
]
}
}&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Jul 2017 20:05:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233160#M64611</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2017-07-10T20:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233161#M64612</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2504/ssainath.html" nodeid="2504"&gt;@Sharmadha Sainath&lt;/A&gt; can you please guide me on this? as the method "searchUsingDslQuery" from EntityDiscoveryService.java is getting the result of the fetched attributes but then it only adds the attributes to the object of AtlasSearchResult...neither an AtlasVertex nor contains theInstance or theTrait.... Could you please guide me on this?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:40:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233161#M64612</guid>
      <dc:creator>saba_baig</dc:creator>
      <dc:date>2017-07-11T13:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233162#M64613</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2504/ssainath.html" nodeid="2504"&gt;@Sharmadha Sainath&lt;/A&gt; Could you please also guide me how is it using groupby and other functions liek max, min with some example? Does their result reflects on UI or not? Also, what features e.g wildcards (? . * etc) are available in full-text provided by Atlas? and how can we use them (examples)?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:51:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233162#M64613</guid>
      <dc:creator>saba_baig</dc:creator>
      <dc:date>2017-07-11T13:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233163#M64614</link>
      <description>&lt;P&gt;Queries like this are also not returning anything e.g using groupby with select&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="19382-screenshot-from-2017-07-11-12-21-34.png" style="width: 1440px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14777iE59E013376254264/image-size/medium?v=v2&amp;amp;px=400" role="button" title="19382-screenshot-from-2017-07-11-12-21-34.png" alt="19382-screenshot-from-2017-07-11-12-21-34.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 00:18:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233163#M64614</guid>
      <dc:creator>saba_baig</dc:creator>
      <dc:date>2019-08-18T00:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233164#M64615</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2504/ssainath.html" nodeid="2504"&gt;@Sharmadha Sainath&lt;/A&gt; could you please also tell me how does this works &lt;/P&gt;&lt;P&gt;`Log Data` ???
what am I supposed to write in single quotes and how do you explain the results?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 14:27:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233164#M64615</guid>
      <dc:creator>saba_baig</dc:creator>
      <dc:date>2017-07-11T14:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233165#M64616</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17468/sababaig.html" nodeid="17468"&gt;@Saba Baig&lt;/A&gt;, you can search for any entities tagged with a particular tag name using the single quotes. for e.g. `Log Data` searches for all entities in atlas tagged as &lt;STRONG&gt;Log Data&lt;/STRONG&gt;. Only classification name is supported in single quotes.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 15:14:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233165#M64616</guid>
      <dc:creator>ssubramanian</dc:creator>
      <dc:date>2017-07-11T15:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233166#M64617</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/17468/sababaig.html" nodeid="17468"&gt;@Saba Baig&lt;/A&gt;Few aggregate functions are not working in V2 APIs. &lt;P&gt;There are few Apache JIRAs filed for the same :&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/ATLAS-1874" target="_blank"&gt;https://issues.apache.org/jira/browse/ATLAS-1874&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/ATLAS-1639" target="_blank"&gt;https://issues.apache.org/jira/browse/ATLAS-1639&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However  V1 APIs work perfectly .&lt;/P&gt;&lt;PRE&gt;For example :

Query : hive_table groupby(owner) select owner,count()

URL encoded :

&lt;A href="http://localhost:21000/api/atlas/discovery/search/dsl?limit=25&amp;amp;query=hive_table+groupby(owner)+select+owner%2Ccount()" target="_blank"&gt;http://localhost:21000/api/atlas/discovery/search/dsl?limit=25&amp;amp;query=hive_table+groupby(owner)+select+owner%2Ccount()&lt;/A&gt; 
Response :

{requestId: "pool-2-thread-9 - 8a45b7a6-0cd9-4e9d-8b71-66e313f5abf1",
query: "hive_table groupby(owner) select owner,count()",
queryType: "dsl",
count: 2,
results: 
[
{$typeName$: "__tempQueryResultStruct74",
count(): 9,
owner: "hrt_qa"
},

{$typeName$: "__tempQueryResultStruct74",
count(): 2,
owner: "anonymous"
}
],
dataType: 
{typeName: "__tempQueryResultStruct74",
typeDescription: null,
typeVersion: "1.0",
attributeDefinitions: 
[
{name: "owner",
dataTypeName: "string",
multiplicity: 
{lower: 0,
upper: 1,
isUnique: false
},
isComposite: false,
isUnique: false,
isIndexable: false,
reverseAttributeName: null
},

{name: "count()",
dataTypeName: "long",
multiplicity: 
{lower: 0,
upper: 1,
isUnique: false
},
isComposite: false,
isUnique: false,
isIndexable: false,
reverseAttributeName: null
}
]
}
}

&lt;/PRE&gt;&lt;P&gt;This query groups the owner of hive_table and and lists the owner ,count in each group . The concept is similar to that of SQL.&lt;/P&gt;&lt;P&gt;Since the UI currently uses V2 query , you may not see the results on UI. But you can always rely on REST APIs.&lt;/P&gt;&lt;P&gt;For this particular kind of queries , please use V1 APIs for now . &lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 15:20:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233166#M64617</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2017-07-11T15:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233167#M64618</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/17468/sababaig.html"&gt;@Saba Baig&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Also, what features e.g wildcards (? . * etc) are available in full-text provided by Atlas? and how can we use them (examples)?&lt;/P&gt;&lt;P&gt;Atlas uses lucene query syntax for its full text search (basic search).&lt;/P&gt;&lt;P&gt;Please refer lucene query usage here :&lt;/P&gt;&lt;P&gt;&lt;A href="http://lucene.apache.org/core/4_1_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#Wildcard_Searches"&gt;http://lucene.apache.org/core/4_1_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#Wildcard_Searches&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;If I have 3 hive_table entities in Atlas  ,  table_a , table_b , table_ab &lt;/P&gt;&lt;PRE&gt;Query :
1)
type = hive_table , query = table_?

&lt;A href="http://localhost:21000/api/atlas/v2/search/basic?limit=25&amp;amp;excludeDeletedEntities=true&amp;amp;query=table_?&amp;amp;typeName=hive_table" target="_blank"&gt;http://localhost:21000/api/atlas/v2/search/basic?limit=25&amp;amp;excludeDeletedEntities=true&amp;amp;query=table_?&amp;amp;typeName=hive_table&lt;/A&gt;

Returns 2 entities (table_a , table_b)

2)
type = hive_table , query = table_*

&lt;A href="http://localhost:21000/api/atlas/v2/search/basic?limit=25&amp;amp;excludeDeletedEntities=true&amp;amp;query=table_*&amp;amp;typeName=hive_table" target="_blank"&gt;http://localhost:21000/api/atlas/v2/search/basic?limit=25&amp;amp;excludeDeletedEntities=true&amp;amp;query=table_*&amp;amp;typeName=hive_table&lt;/A&gt;

Returns 3 entities (table_a , table_b , table_ab)&lt;/PRE&gt;&lt;P&gt;I hope this example makes it clear ...&lt;/P&gt;&lt;P&gt;Note : Wild card search can be done on UI itself.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 15:30:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233167#M64618</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2017-07-11T15:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233168#M64619</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2504/ssainath.html" nodeid="2504" target="_blank"&gt;@Sharmadha Sainath&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have an entity of type "Table" named as "sales_fact". I tried to get that using api &lt;/P&gt;&lt;PRE&gt;&lt;A href="http://localhost:21000/api/atlas/v2/search/basic?limit=25&amp;amp;includeDeletedEntities=true&amp;amp;query=sales_fa?t&amp;amp;typeName=Table" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:21000/api/atlas/v2/search/basic?limit=25&amp;amp;includeDeletedEntities=true&amp;amp;query=sales_fa?t&amp;amp;typeName=Table&lt;/A&gt;&lt;/PRE&gt;&lt;PRE&gt;=====Response =====
{  "queryType": "BASIC",  "type": "Table",  "entities": [  {  "typeName": "Table",  "attributes": {  "owner": "Joe",  "qualifiedName": "sales_fact",  "name": "sales_fact",  "description": "sales fact table"  },  "guid": "c9838518-041f-4759-b3e5-01147b1526d1",  "status": "ACTIVE",  "displayText": "sales_fact",  "classificationNames": [  "Fact"  ]  }  ]}&lt;/PRE&gt;&lt;P&gt;But when I tried to the same search (Basic using query) I typed sales_fa?t  and I got invalid Expression. I added a breakpoint in the API but it was never called. I think there is some validation applied on that field that omits any character like ? from the query before submitting it to API. Please guide. &lt;/P&gt;&lt;P&gt;I think, this could be the reason&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://www.toptal.com/database/full-text-search-of-dialogues-with-apache-lucene" rel="nofollow noopener noreferrer"&gt;Apache Lucene Analysis Pipeline&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="19387-screenshot-from-2017-07-11-16-14-35.png" style="width: 719px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14776i5C93A5B01AF7A629/image-size/medium?v=v2&amp;amp;px=400" role="button" title="19387-screenshot-from-2017-07-11-16-14-35.png" alt="19387-screenshot-from-2017-07-11-16-14-35.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 00:18:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233168#M64619</guid>
      <dc:creator>saba_baig</dc:creator>
      <dc:date>2019-08-18T00:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233169#M64620</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17468/sababaig.html" nodeid="17468"&gt;@Saba Baig&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; But when I tried to the same search (Basic using query) I typed sales_fa?t and I got invalid Expression&lt;/P&gt;&lt;P&gt;What is the query you fired ? &lt;/P&gt;&lt;P&gt;You mentioned &lt;A href="http://localhost:21000/api/atlas/v2/search/basic?limit=25∈cludeDeletedEntities=true&amp;amp;query=sales_fa?t&amp;amp;typeName=Table"&gt;http://localhost:21000/api/atlas/v2/search/basic?limit=25∈cludeDeletedEntities=true&amp;amp;query=sales_fa?t&amp;amp;typeName=Table&lt;/A&gt; works for you. I am not able to get your question. &lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 17:39:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233169#M64620</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2017-07-11T17:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233170#M64621</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2504/ssainath.html" nodeid="2504" target="_blank"&gt;@Sharmadha Sainath&lt;/A&gt;&lt;P&gt;You also mentioned that if we write anything in single quotes it gives you all the entities with that  tag. I found this behaving the same in case of DSL (Advanced Search) &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Search for &lt;/STRONG&gt;&lt;STRONG&gt;`Fact` in Basic Search
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="19385-screenshot-from-2017-07-11-15-53-17.png" style="width: 1440px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14774iF82267253940716A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="19385-screenshot-from-2017-07-11-15-53-17.png" alt="19385-screenshot-from-2017-07-11-15-53-17.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But, searching for `Fact` in Basic (Search by Query) behaved differently...
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="19386-screenshot-from-2017-07-11-15-36-14.png" style="width: 1440px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14775i7C7DDF58ECAC3956/image-size/medium?v=v2&amp;amp;px=400" role="button" title="19386-screenshot-from-2017-07-11-15-36-14.png" alt="19386-screenshot-from-2017-07-11-15-36-14.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Question 1: If we follow what you just said then why am I seeing Log Data and Metric appearing there?&lt;/P&gt;&lt;P&gt;Question 2: Secondly, you said "Only classification name is supported in single quotes." then,&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;2.1) What is a classification name?&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;2.2) Difference between tag and classification name?&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;2.3) What to mention in single quotes... Classification name or tag?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2504/ssainath.html" nodeid="2504" target="_blank"&gt;&lt;/A&gt;</description>
      <pubDate>Sun, 18 Aug 2019 00:18:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233170#M64621</guid>
      <dc:creator>saba_baig</dc:creator>
      <dc:date>2019-08-18T00:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233171#M64622</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2504/ssainath.html" nodeid="2504"&gt;@Sharmadha Sainath&lt;/A&gt; I said that I got invalid expression when  fired the same query in the Atlas UI for basic search using query. Here it gave me Invalid Expression for the same query (sales_fa?t) that worked via api as mentioned earlier.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 18:19:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233171#M64622</guid>
      <dc:creator>saba_baig</dc:creator>
      <dc:date>2017-07-11T18:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233172#M64623</link>
      <description>&lt;P&gt;2.1) What is a classification name?&lt;/P&gt;&lt;P&gt;2.2) Difference between tag and classification name?&lt;/P&gt;&lt;P&gt;Classification and tags are same&lt;/P&gt;&lt;P&gt;Basic search is basically Lucene search . So ,If you see your result in the screenshot, basic search has returned everything related to fact.(i.e) entities with description containing fact.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:04:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233172#M64623</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2017-07-11T19:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233173#M64624</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17468/sababaig.html" nodeid="17468"&gt;@Saba Baig&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please refer to this issue &lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/ATLAS-1788" target="_blank"&gt;https://issues.apache.org/jira/browse/ATLAS-1788&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:06:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233173#M64624</guid>
      <dc:creator>ssainath</dc:creator>
      <dc:date>2017-07-11T19:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select clause is not working in Atlas DSL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233174#M64625</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/2504/ssainath.html" nodeid="2504"&gt;@Sharmadha Sainath&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 19:18:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Select-clause-is-not-working-in-Atlas-DSL/m-p/233174#M64625</guid>
      <dc:creator>saba_baig</dc:creator>
      <dc:date>2017-07-11T19:18:03Z</dc:date>
    </item>
  </channel>
</rss>

