The [rollout of temporary users](https://www.mediawiki.org/wiki/Trust_and_Safety_Product/Temporary_Accounts) requires some changes from us. The deadline is the introduction of temporary accounts on the first pilot wikis. As of August 2024, this is scheduled to happen in January 2025.
First, we must update our official intermediate tables. T314541 should be finished by October 2024, so we should be able to apply the changes to the new, Airflow-updated tables only.
[] `editor_month` (should include temporary users with a `user_is_temp` field)
[] `new_editor` (should exclude temporary users)
[] `active_editors_monthly` (should exclude temporary users)
Second, we must update the [movement metrics code](https://gitlab.wikimedia.org/repos/movement-insights/movement-metrics). This should only require updating the active editors query to exclude temporary users (since it pulls from `editor_month`).