sql/moz-fx-data-shared-prod/telemetry_derived/clients_daily_joined_v1/metadata.yaml (33 lines of code) (raw):
friendly_name: Clients Daily Joined
description: |-
Daily per-client aggregations joined from multiple ping types.
The clients_daily_v6 table is based on main pings only and serves as the
"driver" here, defining all the dimensions like geo, etc. We then do a
left join on clients_daily_event_v1 to pull in activity measures based on
event pings. A given client will appear in this table on a given only if
we received a main ping from that client on that day. The first_seen_date
and second_seen_date is added to each client from clients_last_seen.
owners:
- ascholtz@mozilla.com
labels:
application: firefox
schedule: daily
dag: bqetl_main_summary
owner1: ascholtz
table_type: client_level
scheduling:
dag_name: bqetl_main_summary
start_date: '2021-01-19'
priority: 85
bigquery:
time_partitioning:
type: day
field: submission_date
require_partition_filter: true
expiration_days: 775
range_partitioning: null
clustering:
fields:
- normalized_channel
- sample_id
references: {}