Trending - Reduce data produced

This MR aims to reduce the amount of data produced by the Relative Trending pipeline. It's producing a lot of data right now, and we don't need all of it.

We are introducing a new filter, configurable, that will ignore pages that have fewer views than the value configured. Limiting to 10 views per hour we expect to reduce the data a lot. We don't have data in the Datalake to analyze this and find the right number.

Bug: T432204

Merge request reports

Loading