Skip to content

Commit

Permalink
Add missing clients view to fenix review checker (#4540)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekhyamoz authored Nov 9, 2023
1 parent 06a2411 commit 85c1d82
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE OR REPLACE VIEW
`moz-fx-data-shared-prod.org_mozilla_fenix.review_checker_clients`
AS
SELECT
*
FROM
`moz-fx-data-shared-prod.org_mozilla_fenix_derived.review_checker_clients_v1`

0 comments on commit 85c1d82

Please sign in to comment.