Abhijeet | 2020-10-06 14:23:07 UTC | #1
Hello Team,
I want to get count of records for conversation table ,performance table and userstatusdetail table from the tool.
I have written a python rest api code and want to match the total reads with the actual table counts for audit purpose.
Thanks,
Abhijeet Hivarkar
anon11147534 | 2020-10-06 16:38:25 UTC | #2
Hi,
There is no feature to get record counts from the tool. You would have to manually count the entries. The best way I can see that being done is writing a script that takes the records as an input and outputs a count.
FYI I can't see how the API would give 2 different record counts in those 2 scenarios.
Abhijeet | 2020-10-07 06:05:06 UTC | #3
Hello Roan,
If i write a script to get the count of records through the api calls then i will always get the same count of reocords that i am pushing to target table because endpoits are same. Also if there is some data slippage in the read which usually happens and we have observed it, then this mechanism will not give us the confidence on the couts that we have calculated .
Please advice some options.
For example if we can query an aggregate endpoint with extensions like \rowcount similar with the detail apis then we can compare the results easily.
Thanks,
Abhijeet Hivarkar
system | 2020-11-07 06:05:08 UTC | #4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 8985