Rahul Kurup created ATLAS-5148:
----------------------------------

             Summary: This example DSL query given in documentation doesn't work
                 Key: ATLAS-5148
                 URL: https://issues.apache.org/jira/browse/ATLAS-5148
             Project: Atlas
          Issue Type: Bug
            Reporter: Rahul Kurup


 

{{Table groupby(createTime) select owner, name, max(createTime)}}

I tried running this command in DSL search but it would return 0 results 
despite having data from quick_start.py

However these subset queries worked
{{Table groupby(createTime)}}
{{{}Table select owner, name, max(createTime){}}}{{{}{}}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to