Is your feature request related to a problem? Please describe
Sometimes, we may use some random allocation in Estimates Program. Other times, we may forget to include ORDER BY in SQL statements, causing data to be ordered differently and thus controlled differently. We need to outputs of the Estimates Program to always be the exact same given input data is unchanged
Describe the solution you'd like
Add functionality to reporting.py to check the consistency of all output data between two different [run_id] values.
Describe alternatives you've considered
N/A
Additional context
N/A