Skip to content

Adds the countries_table parameter to the unique devices query calls.

Mforns requested to merge add-coutries-table-to-unique-devices into main

We modified the unique devices queries to not group by country (name), only by country_code. The reason being MaxMind might update the country names mid month and break the computation. Instead, we just add the country name at the end by joining to the canonical_data.countries table. However, this parameter needs to be added to the jobs, which is what this change does.

Merge request reports