Created 03-20-2018 07:34 AM
Hi ,
How can i get the yesterday modified GUID's information from Apache Atlas using DSL Search ,
Since i didn't see any last modified attribute in Atlas in all types
Thanks in advance ...!!!
Created 03-20-2018 08:19 PM
To answer your question, you could use a query like:
Department where __modificationTimestamp > "2018-03-19T00:00:00.00Z select __guid
Where the date field is yesterday's date (today - 1). There isn't a keyword like today.
Hope this helps.
Created 03-21-2018 06:57 AM
@Ashutosh Mestry .. Thanks For quick response ,
In DSL Search we unable to give the modified Timestamp in query, Its giving error
If i give Create Time , I am getting results ...Problem with modified Time
Can u please help on this
Thanks in advance ...!!!