Commit 8721bdc
authored
fix: Require Row count to be greater than 0 (#2259)
#### Summary
Currently when we send usage we iterate over all possible tables. In cases where a table had a non 0 value earlier in the sync it is still included in every subsequent report. This leads us to have large numbers of `row_count = 0` records in our DB
This change will eliminate the SDK from sending these records1 parent cd611d3 commit 8721bdc
File tree
1 file changed
+3
-0
lines changed1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
446 | 449 | | |
447 | 450 | | |
448 | 451 | | |
| |||
0 commit comments