The risk observatory dashboard is not updating anymore, because the airflow dag that produces the datasets has stopped producing output.
Problem: the risk observatory pipeline is batching the revert risk inference based on the size of the data. However, the partitioning of this dataset has changed which broke the airflow dag.
Solution: the batching mechanism predates the content diff dataset, which makes the risk observatory pipeline much cheaper to run. The batching is very likely not needed anymore and the monthly dag can be run in a single job. This needs to be validated.