Skip to content

[DENG-8178]: create search_clients_daily_v9 table from glean #7358

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 9 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
friendly_name: Search Clients Daily
description: |
A daily aggregate of desktop searches per (client_id, engine, source).

Exposed to users as view `search.search_clients_engines_sources_daily`.
owners:
- [email protected]
- [email protected]
- [email protected]
labels:
schedule: daily
table_type: client_level
scheduling:
dag_name: bqetl_search
external_downstream_tasks:
- task_id: wait_for_search_clients_daily
dag_name: jetstream
execution_delta: 1h
- task_id: wait_for_search_clients_daily
dag_name: operational_monitoring
execution_delta: 1h
bigquery:
time_partitioning:
type: day
field: submission_date
require_partition_filter: true
expiration_days: 775
clustering:
fields:
- sample_id
references: {}
Loading