Skip to content

Bug fix: Include namespace on emitted page_title.

Xcollazo requested to merge T381507-fix-page_title into main

In this MR we:

  • Fix a bug where the page_title on the emitted event was missing the namespace.
  • Explicitly make INNER JOINs so that it is clear that if there are no match to the canonical data tables, then we won't emit an event. Better to not change one inconsistency for another!

Bug: T381507

Edited by Xcollazo

Merge request reports