You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be nice to be able to get basic aggregation calculations on the data without downloading or exporting docs or most of their metadata plus post processing it.
Describe the solution you'd like
Example :
# Calculate num docs per contentType
tarentula aggregate --by 'contentType' --run 'count'
# Calculate the total size of a folder
tarentula aggregate --query 'interesting folder' --run 'sum' --operation_field 'contentLength'
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It would be nice to be able to get basic aggregation calculations on the data without downloading or exporting docs or most of their metadata plus post processing it.
Describe the solution you'd like
Example :
The text was updated successfully, but these errors were encountered: