Skip to content

Conversation

@caugner
Copy link
Contributor

@caugner caugner commented Sep 15, 2025

Description

Updates the mdn.legacy_{action,page} views to avoid NULL values on these three fields:

  • page URL
  • page referrer
  • subscription type

(The reason is that we have several existing queries that filter with LIKE '{{ param }}' where param is a query parameter defaulting to %, and NULL LIKE '%' is false.)

Related Tickets & Documents

  • (none)

Reviewer, please follow this checklist

Ensures that these rows are returned when filtering with `LIKE '%'`.
@caugner caugner changed the title chore(mdn): coalesce some NULL values into empty string chore(mdn): avoid NULL on page URL/referrer + subscription type Sep 15, 2025
@caugner caugner marked this pull request as draft September 15, 2025 08:31
@caugner caugner marked this pull request as ready for review October 8, 2025 07:54
@akkomar akkomar added this pull request to the merge queue Oct 8, 2025
Merged via the queue into mozilla:main with commit 613f44e Oct 8, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants