bigquery-etl/sql/mozfun/bytes
Lucia 20bd0301e8
Create derived dataset and DAG for the aggregation of active users. (#2952)
* 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>
2022-05-12 16:23:50 +02:00
..
bit_pos_to_byte_pos Add UDFs for bytes manipulation 2021-03-01 21:15:52 -05:00
extract_bits Add test for long length 2021-03-08 15:15:02 -05:00
zero_right Create derived dataset and DAG for the aggregation of active users. (#2952) 2022-05-12 16:23:50 +02:00
README.md Added READMEs for mozfun udfs missing from generated docs (#2903) 2022-04-21 09:57:11 -04:00

README.md

bytes