Skip to content

Commit

Permalink
empty result warning
Browse files Browse the repository at this point in the history
Vitalii Cherkashyn authored Nov 13, 2020
1 parent 73d380d commit c7cb78c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mapr.md
Original file line number Diff line number Diff line change
@@ -400,6 +400,8 @@ find /mapr/prod/vantage/orchestration/tables/metadata --q {"$select":["mdf4Path.
find /mapr/prod/vantage/orchestration/tables/metadata --fields mdf4Path.name,mdf4Path.fullPath --limit 2 --offset 2 --where {"$eq":{"session_id":"9aaa13577-ad80"}} --orderby created_time
find /mapr/prod/vantage/orchestration/tables/metadata --c {"$eq":{"session_id":"9aaa13577-ad80"}}
```
!!! important !!!, id only, no data in output but "_id": if you don't see all fields in the output, try to change user ( you don't have enough rights )

complex query
```json
find /tbl --q {"$select":"a.c.e",

0 comments on commit c7cb78c

Please sign in to comment.