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
The file count that we display on the project page (see screenshot below) uses a value that comes from an accumulator, but sometimes the accumulator is not up to date and the file count displayed is different from the files that we include in the file inventory
Below are some queries that show this discrepancy:
Chuck will turn on asset.collection.member.statistics.create at the /tigerdata level and that should cascade down to all collections and give us the data that we need.
The data would look more or less like this when we issue asset.get (the example below is for a different collection than the one references above but it shows the fields that we'll get)
The file count that we display on the project page (see screenshot below) uses a value that comes from an accumulator, but sometimes the accumulator is not up to date and the file count displayed is different from the files that we include in the file inventory
Below are some queries that show this discrepancy:
Chuck is aware of this and it's looking into it but I wanted to document it since we are probably going to start getting questions about it.
The text was updated successfully, but these errors were encountered: