-
Notifications
You must be signed in to change notification settings - Fork 104
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
feat(DENG-6890): Update mobile kpi support metric aggregates to support dma analysis #6783
Merged
kik-kik
merged 10 commits into
main
from
feat/DENG-6890/update-mobile-aggregates-to-support-dma-analysis
Jan 15, 2025
Merged
feat(DENG-6890): Update mobile kpi support metric aggregates to support dma analysis #6783
kik-kik
merged 10 commits into
main
from
feat/DENG-6890/update-mobile-aggregates-to-support-dma-analysis
Jan 15, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
kik-kik
force-pushed
the
feat/DENG-6890/update-mobile-aggregates-to-support-dma-analysis
branch
from
January 9, 2025 18:09
b235de4
to
a59527c
Compare
This comment has been minimized.
This comment has been minimized.
bani
reviewed
Jan 9, 2025
sql_generators/mobile_kpi_support_metrics/templates/active_users.view.sql
Show resolved
Hide resolved
bani
reviewed
Jan 9, 2025
sql_generators/mobile_kpi_support_metrics/templates/engagement.query.sql
Outdated
Show resolved
Hide resolved
kik-kik
force-pushed
the
feat/DENG-6890/update-mobile-aggregates-to-support-dma-analysis
branch
from
January 10, 2025 08:54
03f6bd3
to
96811a0
Compare
This comment has been minimized.
This comment has been minimized.
bani
reviewed
Jan 10, 2025
sql_generators/mobile_kpi_support_metrics/templates/new_profiles.query.sql
Outdated
Show resolved
Hide resolved
bani
reviewed
Jan 10, 2025
sql_generators/mobile_kpi_support_metrics/templates/new_profiles.query.sql
Show resolved
Hide resolved
bani
reviewed
Jan 10, 2025
sql_generators/mobile_kpi_support_metrics/templates/new_profiles.query.sql
Outdated
Show resolved
Hide resolved
kik-kik
force-pushed
the
feat/DENG-6890/update-mobile-aggregates-to-support-dma-analysis
branch
from
January 14, 2025 15:29
7b5b181
to
c1afd0f
Compare
This comment has been minimized.
This comment has been minimized.
kik-kik
force-pushed
the
feat/DENG-6890/update-mobile-aggregates-to-support-dma-analysis
branch
from
January 14, 2025 16:51
c1afd0f
to
14b2235
Compare
…vice_type and device_manufacturer dimensions
…t metric aggregate queries
…nufacturer value has different casing
…ey have a lower occurance to prevent from exploding the aggregate tables
…cturers into other bucket if they are rank 151 or more
kik-kik
force-pushed
the
feat/DENG-6890/update-mobile-aggregates-to-support-dma-analysis
branch
from
January 14, 2025 17:05
14b2235
to
b3b5b5a
Compare
kik-kik
commented
Jan 14, 2025
* EXCEPT (isp), | ||
* EXCEPT (isp) REPLACE( | ||
-- Lower device_manufacturer as in some cases the same manufacturer value has different casing. | ||
LOWER(device_manufacturer) AS device_manufacturer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lowering device_manufacturer here so that everything downstream inherits the lowered values.
Integration report for "feat: make sure that device_manufacturer is lowered prior to joining"
|
bani
approved these changes
Jan 14, 2025
kik-kik
deleted the
feat/DENG-6890/update-mobile-aggregates-to-support-dma-analysis
branch
January 15, 2025 11:15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(DENG-6890): Update mobile kpi support metric aggregates to support dma analysis
Description
This change aims to add the following two fields to engagement, retention and new_profiles KPI support metric aggregated datasets to support DMA related analysis needed.
┆Issue is synchronized with this Jira Task