* decision support metrics for fog initial commit
* reverting overwrite
* init.sql to initialize table
* changing to main_1pct for the time being
* init sql correction
* missing as keyword
* updating dag order
* trying main 1pct
* removed init.sql, added schema.yaml
* update dag to reflect different table wait
* re-generated DAG
* fix tag
* fix tags in dag
* no clustering
These products were not added as their respective clients_last_seen
tables, which are powered by Glean data, were not genrated.
We need them in this view so that Focus/Firefox iOS/Klar can
track their KPI using Glean data as well.
* Bug 1768419 - Add note to subplat dag docs for airflow triage
* enriched the bqetl_subplat DAG description with a bit more detail regarding expected failures
Co-authored-by: kik-kik <kignasiak01@gmail.com>
* Aggregation for attribution analysis.
* Clustering and metadata. Add field attributed for easy filtering.
* Update new_profiles in query, add attributed field to schema
* Metadata details added.
Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
* Remove first_seen_date from the query to reduce the agg size
* Change first_seen_date for first_seen_year
* Change first_seen_date for first_seen_year
* Change first_seen_date for first_seen_year
* Reformat query
* Schema update
* Update query and schema.yaml for active_users_aggregates.
* Schema update
* Use static dataset to convert locale into the corresponding ISO 639-1 language name.
* Update query to get the locale code in the subquery
* Aggregation for device and os analysis
* Add aggregation to analyze device and os.
* Merge remote branch and update metadata
* Update calculation of new_profiles
* Schema update
* Update new_profiles calculation
* Update DAG and schema files
* Remove locale field, to be replaced for language_name
Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
* Correct the join between clients and searches data for mobile.
* Add days_created_profile_bits, query only required fields for unified metrics: remove and extend query.
* Handle country NULLS to join with country lookup.
* Update schema.yaml
* Update query to fit schema.yaml
Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
* Update docs to remove the default instruction to use `mozilla-public-data` as the project to create a new table. Clarify to specify the project.
* Update documentation to create a derived dataset. Replace the use of init files for the use of schemas.
* Small corrections
* Small corrections
Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
* Create derived dataset and DAG for the aggregation of active users.
* Change APROX_DISTINCT_COUNT for COUNT(DISTINCT)
* Remove join with country lookup to avoid dependencies. Added search measures. Reorder fields for clarity.
* Improve descriptions
* Add clustering by channel
* DAG update
* Clustering based on users most common filtering
* Add notification for analytics DAG
* agg_active_users to query from telemetry_derived.
* Add query to create agg_active_users
* Update sql/moz-fx-data-shared-prod/telemetry_derived/agg_active_users_v1/init.sql
Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>
* Add date to init.sql
* Update sql/moz-fx-data-shared-prod/telemetry_derived/agg_active_users_v1/init.sql
Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>
* Update sql/mozfun/bytes/zero_right/metadata.yaml
Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>
* Modify metadata.yaml for agg_active_users
* Update sql/moz-fx-data-shared-prod/telemetry_derived/agg_active_users_v1/query.sql
Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>
* Modify metadata.yaml for agg_active_users
* Remove CAST from init.sql for agg_active_users
* Update sql/moz-fx-data-shared-prod/telemetry_derived/agg_active_users_v1/init.sql
* Update project in ini.sql to `moz-fx-data-shared-prod`.
* Update name of aggregation and DAGS for consistency
* Add active_users_aggregates_v1 to align with current naming convention
* Update to active_users_aggregates
* Update query for active_users_aggregates
* Add uri_count and active_hours query for active_users_aggregates
* Format query, update DAG to remove agg_active_users_v1
* Generate DAG to correct CI error.
Co-authored-by: Lucia Vargas <lvargas@mozilla.com>
Co-authored-by: kik-kik <42538694+kik-kik@users.noreply.github.com>