Bug fix: Include namespace on emitted page_title.
In this MR we:
- Fix a bug where the
page_title
on the emitted event was missing the namespace. - Explicitly make
INNER JOIN
s 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