Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main query for mobile rewards to simplify query and location t… #694

Merged
merged 6 commits into from
Jan 9, 2024

Conversation

bbalser
Copy link
Contributor

@bbalser bbalser commented Dec 19, 2023

…rust score calculation

@bbalser bbalser marked this pull request as ready for review December 21, 2023 09:58
Comment on lines +53 to +61
FROM
wifi_heartbeats
WHERE
truncated_timestamp >= $1
AND truncated_timestamp < $2
GROUP BY
hotspot_key,
cell_type
),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
FROM
wifi_heartbeats
WHERE
truncated_timestamp >= $1
AND truncated_timestamp < $2
GROUP BY
hotspot_key,
cell_type
),
FROM
wifi_heartbeats
WHERE
truncated_timestamp >= $1
AND truncated_timestamp < $2
GROUP BY
hotspot_key,
cell_type
),

mobile_verifier/src/heartbeats/valid_radios.sql Outdated Show resolved Hide resolved
@bbalser bbalser force-pushed the bbalser/mobile-rewards-simplify-query branch from 4c88ee2 to 1c847f2 Compare January 9, 2024 14:20
@bbalser bbalser merged commit ca8715d into main Jan 9, 2024
1 check passed
@bbalser bbalser deleted the bbalser/mobile-rewards-simplify-query branch January 9, 2024 15:09
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