Skip to content

AD-529 Updating UAPI interactions table name to accommodate upstream changes #7377

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chelseybeck
Copy link
Contributor

@chelseybeck chelseybeck commented May 1, 2025

Description

Related Tickets & Documents

AD-529

Reviewer, please follow this checklist

@dataops-ci-bot
Copy link

Integration report for "updating table name to accommodate upstream changes"

sql.diff

Click to expand!
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1/metadata.yaml	2025-05-01 15:31:35.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1/metadata.yaml	2025-05-01 15:31:49.000000000 +0000
@@ -36,6 +36,6 @@
 references:
   query.sql:
   - moz-fx-data-shared-prod.activity_stream_live.impression_stats_v1
-  - moz-fx-data-shared-prod.ads_derived.interaction_aggregates_hourly_v1
+  - moz-fx-data-shared-prod.ads_derived.interaction_aggregates_uapi_hourly_v1
   - moz-fx-data-shared-prod.firefox_desktop_live.newtab_v1
 require_column_descriptions: false
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1/query.sql /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1/query.sql
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1/query.sql	2025-05-01 15:28:28.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/telemetry_derived/newtab_interactions_hourly_v1/query.sql	2025-05-01 15:28:29.000000000 +0000
@@ -196,7 +196,7 @@
     0 AS save_count,
     0 AS dismiss_count,
   FROM
-    `moz-fx-data-shared-prod.ads_derived.interaction_aggregates_hourly_v1`
+    `moz-fx-data-shared-prod.ads_derived.interaction_aggregates_uapi_hourly_v1`
   WHERE
     {% if is_init() %}
       DATE(submission_hour) >= '2025-01-01'

Link to full diff

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