The improved event data management involves:
- Creation of an Iceberg table, hosted either in HDFS or in S3, partitioned on a timestamp field
- NOTE: meta.dt is currently a string and would need to be converted to a timestamp
- This would use hidden partitioning feature of Iceberg
- A data pipeline which extracts experiment data from multiple tables (product_metrics_web_base, mediawiki_product_metrics_contributors_experiments, etc.), transforms it, and loads it into the Iceberg table.