From d506e34ba23d6141a9b80505f34edcee4b2838f1 Mon Sep 17 00:00:00 2001 From: XuanLuo <43585436+xluo-ds@users.noreply.github.com> Date: Wed, 12 Oct 2022 22:28:39 -0700 Subject: [PATCH] Update custom-namespaces with a new section (#540) Add a new section called `revenue private` for revenue review (budget, forecast etc) --- custom-namespaces.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/custom-namespaces.yaml b/custom-namespaces.yaml index 47cebe4e..b68eac77 100644 --- a/custom-namespaces.yaml +++ b/custom-namespaces.yaml @@ -392,6 +392,25 @@ revenue: type: table_view tables: - table: mozdata.stripe.itemized_payout_reconciliation +revenue_private: + glean_app: false + connection: bigquery-oauth + pretty_name: Revenue Private + owners: + - akomarzewski@mozilla.com + - skahmann@mozilla.com + - xluo@mozilla.com + spoke: looker-spoke-private + views: + revenue_forecast_review_2022: + type: table_view + tables: + - table: mozdata.revenue_cat3_analysis.revenue_forecast_review_long + views: + revenue_budget_2022: + type: table_view + tables: + - table: mozdata.revenue_cat3_analysis.budget_complete_2022 firefox_ios: owners: - athomas@mozilla.com