Dependencies
* new column: `mediawiki_history.event_user_is_temp` or `mediawiki_history.event_user_is_logged_in`.
No downstream changes needed
* HQL logic that needs to change
* [[ https://gerrit.wikimedia.org/r/plugins/gitiles/analytics/refinery/+/refs/heads/master/hql/wikidata/coeditors_metrics.hql#35 | hql ]] needs to include only logged-in users. Will assume `mediawiki_history` has `event_user_is_temp` column.
* HQL table creation scripts that need to change: none
* Deployment plan script
* <<plan steps>>
* Airflow DAG that schedules the HQL logic
* [[ https://gitlab.wikimedia.org/repos/data-engineering/airflow-dags/-/blob/main/analytics/dags/wikidata/wikidata_coeditors_metrics_to_graphite_monthly_dag.py | main dag ]] (change properties passed in to allow vetting in the parallel data pipeline)
===Testing notes