Skip to content

Add iceberg version of referrer_daily table.

Xcollazo requested to merge T335305-migrate-referrer-daily-to-iceberg into main

In this MR we:

  • Adds an operator that INSERTs data into a new Iceberg wmf_traffic.referral_daily table. (wmf_traffic will be a new database as per ongoing conversation at T337562.)
  • As per investigations on T335305, we set COALESCE=1 for both the Iceberg and the regular Hive table.

Bug: T335305

Edited by Xcollazo

Merge request reports