-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#6847) * feat: add backfill.yaml entries for fenix retention, new_profiles and engagement queries * feat: add backfill.yaml entries for firefox_ios retention, new_profiles and engagement queries * feat: add a note to metadata that the new fields are available on firefox ios and fenix starting 2024-03-04 * feat: add shredder_mitigation flag to the new backfills entries, but set it to false also in metadata for now.
- Loading branch information
Showing
9 changed files
with
71 additions
and
3 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
sql/moz-fx-data-shared-prod/fenix_derived/engagement_v1/backfill.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
2025-01-22: | ||
start_date: 2024-03-05 | ||
end_date: 2025-01-21 | ||
reason: Recompute partitions since DMA came into effect to include additional fields (DENG-6890). | ||
watchers: | ||
- [email protected] | ||
status: Initiate | ||
shredder_mitigation: false |
8 changes: 8 additions & 0 deletions
8
sql/moz-fx-data-shared-prod/fenix_derived/new_profiles_v1/backfill.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
2025-01-22: | ||
start_date: 2024-03-05 | ||
end_date: 2025-01-21 | ||
reason: Recompute partitions since DMA came into effect to include additional fields (DENG-6890). | ||
watchers: | ||
- [email protected] | ||
status: Initiate | ||
shredder_mitigation: false |
9 changes: 9 additions & 0 deletions
9
sql/moz-fx-data-shared-prod/fenix_derived/retention_v1/backfill.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2025-01-22: | ||
start_date: 2024-03-05 | ||
end_date: 2025-01-21 | ||
reason: Recompute partitions since DMA came into effect to include additional fields (DENG-6890). | ||
watchers: | ||
- [email protected] | ||
status: Initiate | ||
shredder_mitigation: false | ||
|
||
2024-05-31: | ||
start_date: 2021-01-01 | ||
end_date: 2024-05-31 | ||
|
8 changes: 8 additions & 0 deletions
8
sql/moz-fx-data-shared-prod/firefox_ios_derived/engagement_v1/backfill.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
2025-01-22: | ||
start_date: 2024-03-05 | ||
end_date: 2025-01-21 | ||
reason: Recompute partitions since DMA came into effect to include additional fields (DENG-6890). | ||
watchers: | ||
- [email protected] | ||
status: Initiate | ||
shredder_mitigation: false |
8 changes: 8 additions & 0 deletions
8
sql/moz-fx-data-shared-prod/firefox_ios_derived/new_profiles_v1/backfill.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
2025-01-22: | ||
start_date: 2024-03-05 | ||
end_date: 2025-01-21 | ||
reason: Recompute partitions since DMA came into effect to include additional fields (DENG-6890). | ||
watchers: | ||
- [email protected] | ||
status: Initiate | ||
shredder_mitigation: false |
9 changes: 9 additions & 0 deletions
9
sql/moz-fx-data-shared-prod/firefox_ios_derived/retention_v1/backfill.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2025-01-22: | ||
start_date: 2024-03-05 | ||
end_date: 2025-01-21 | ||
reason: Recompute partitions since DMA came into effect to include additional fields (DENG-6890). | ||
watchers: | ||
- [email protected] | ||
status: Initiate | ||
shredder_mitigation: false | ||
|
||
2024-06-04: | ||
start_date: 2021-01-01 | ||
end_date: 2024-06-04 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,19 @@ friendly_name: Profile / Client Engagement - {{ friendly_name }} (Aggregated) | |
description: |- | ||
Profile / Client Engagement ({{ friendly_name }}) aggregated metrics | ||
{% if app_name in ['fenix', 'firefox_ios'] -%} | ||
device_type and device_manufacturer fields were added in 2024-03-05. | ||
{%- else -%} | ||
device_type and device_manufacturer fields were added on 2025-01-18. | ||
{%- endif %} | ||
owners: | ||
- mozilla/kpi_table_reviewers | ||
- [email protected] | ||
labels: | ||
schedule: daily | ||
incremental: true | ||
shredder_mitigation: true | ||
shredder_mitigation: false | ||
table_type: aggregate | ||
scheduling: | ||
dag_name: bqetl_mobile_kpi_metrics | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,19 @@ friendly_name: New profiles - {{ friendly_name }} (Aggregated) | |
description: |- | ||
New profiles ({{ friendly_name }}) aggregated metrics | ||
{% if app_name in ['fenix', 'firefox_ios'] -%} | ||
device_type and device_manufacturer fields were added in 2024-03-05. | ||
{%- else -%} | ||
device_type and device_manufacturer fields were added on 2025-01-18. | ||
{%- endif %} | ||
owners: | ||
- mozilla/kpi_table_reviewers | ||
- [email protected] | ||
labels: | ||
schedule: daily | ||
incremental: true | ||
shredder_mitigation: true | ||
shredder_mitigation: false | ||
table_type: aggregate | ||
scheduling: | ||
dag_name: bqetl_mobile_kpi_metrics | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,19 @@ description: |- | |
see: DENG-3183 for more information. | ||
{% if app_name in ['fenix', 'firefox_ios'] -%} | ||
device_type and device_manufacturer fields were added in 2024-03-05. | ||
{%- else -%} | ||
device_type and device_manufacturer fields were added on 2025-01-18. | ||
{%- endif %} | ||
owners: | ||
- mozilla/kpi_table_reviewers | ||
- [email protected] | ||
labels: | ||
schedule: daily | ||
incremental: true | ||
shredder_mitigation: true | ||
shredder_mitigation: false | ||
table_type: aggregate | ||
scheduling: | ||
dag_name: bqetl_mobile_kpi_metrics | ||
|
73cc651
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.
Integration report for "feat(DENG-6890): mobile kpi support metrics managed backfill 20250122 (#6847)"
sql.diff
Click to expand!
Link to full diff