Skip to content

[DENG-9717] Connect sheet with user reported Looker issues to BQ#8491

Merged
scholtzan merged 2 commits into
mainfrom
looker-issues
Nov 24, 2025
Merged

[DENG-9717] Connect sheet with user reported Looker issues to BQ#8491
scholtzan merged 2 commits into
mainfrom
looker-issues

Conversation

@scholtzan

Copy link
Copy Markdown
Collaborator

Description

This connects the spreadsheet with user reported Looker issues to BigQuery. Needed for the data health scorecards.

Related Tickets & Documents

Reviewer, please follow this checklist

@dataops-ci-bot

This comment has been minimized.

@BenWu

BenWu commented Nov 21, 2025

Copy link
Copy Markdown
Contributor

Stage deploy is creating a query.py because the view depends on the external table which is causing the deploy to fail

@scholtzan

Copy link
Copy Markdown
Collaborator Author

Removing the view for now, but I created a ticket to fix this: #8495

@dataops-ci-bot

Copy link
Copy Markdown

Integration report for "Remove view"

sql.diff

Click to expand!
Only in /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitoring_derived: looker_user_reported_issues_v1
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitoring_derived/looker_user_reported_issues_v1/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitoring_derived/looker_user_reported_issues_v1/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitoring_derived/looker_user_reported_issues_v1/metadata.yaml	1970-01-01 00:00:00.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitoring_derived/looker_user_reported_issues_v1/metadata.yaml	2025-11-24 18:32:57.000000000 +0000
@@ -0,0 +1,21 @@
+friendly_name: Looker User Reported Issues
+description: |-
+  Links to the following spreedsheet with user reported issues in Looker:
+  https://docs.google.com/spreadsheets/d/1joJXR9A8pjdpxEVKAXphXqPh-vy8yRZXs57UZwmUZVs/edit
+owners:
+- ascholtz@mozilla.com
+labels:
+  owner1: ascholtz
+workgroup_access:
+- role: roles/bigquery.dataViewer
+  members:
+  - workgroup:mozilla-confidential
+  - workgroup:platform-infra/chicory-poc
+external_data:
+  format: google_sheets
+  source_uris:
+  - https://docs.google.com/spreadsheets/d/1joJXR9A8pjdpxEVKAXphXqPh-vy8yRZXs57UZwmUZVs/edit
+  options:
+    skip_leading_rows: 1
+    range: Form Responses 1
+require_column_descriptions: false
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitoring_derived/looker_user_reported_issues_v1/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitoring_derived/looker_user_reported_issues_v1/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/monitoring_derived/looker_user_reported_issues_v1/schema.yaml	1970-01-01 00:00:00.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/monitoring_derived/looker_user_reported_issues_v1/schema.yaml	2025-11-24 18:31:35.000000000 +0000
@@ -0,0 +1,13 @@
+fields:
+  - mode: NULLABLE
+    name: timestamp
+    type: TIMESTAMP
+  - mode: NULLABLE
+    name: email_address
+    type: STRING
+  - mode: NULLABLE
+    name: issue_description
+    type: STRING
+  - mode: NULLABLE
+    name: additional_information
+    type: STRING

Link to full diff

@scholtzan scholtzan enabled auto-merge November 24, 2025 18:42
@scholtzan scholtzan added this pull request to the merge queue Nov 24, 2025
Merged via the queue into main with commit 4248319 Nov 24, 2025
22 checks passed
@scholtzan scholtzan deleted the looker-issues branch November 24, 2025 18:56
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.

4 participants