Skip to content

Conversation

mwtrew
Copy link
Contributor

@mwtrew mwtrew commented Sep 25, 2025

Adds a pre-filtered table of state schools matching our definition, to avoid repetition at the Superset dataset level.

@mwtrew mwtrew marked this pull request as ready for review September 25, 2025 16:23
Copy link

codecov bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.22%. Comparing base (ce07b47) to head (497f691).
⚠️ Report is 25 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #724      +/-   ##
==========================================
+ Coverage   36.51%   37.22%   +0.70%     
==========================================
  Files         536      536              
  Lines       23692    23706      +14     
  Branches     2856     2857       +1     
==========================================
+ Hits         8652     8825     +173     
+ Misses      14181    14003     -178     
- Partials      859      878      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

(SELECT user_id, timestamp from anonymous.workshop_join_events);
(SELECT user_id, timestamp from anonymous.workshop_join_events);

CREATE TABLE anonymous.england_scotland_state_schools_v2 AS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine to create a new table, but it won't inherit the indices of its base table. Whilst we don't want the indices created unnecessarily during the initial initialisation of the anon database (before sending), we may want to add an index and primary key to this table elsewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, we usually do that here - thanks for reminding me.

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.

2 participants