Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Jeff Klukas 568d0a2b6c Fenix baseline_daily and clients_last_seen tables
As announced in:

https://mail.mozilla.org/pipermail/fx-data-dev/2020-April/000339.html
2020-04-22 13:30:00 -04:00
Frank Bertsch e64a8e0e87
Add incline exec dash submission_date based query (#843)
* Add incline exec dash submission_date based query

* Move to derived dataset

* Create migrated_clients_v1 as materialized

Previously we had this as a view. Now it will
update every day, taking the latest value seen from migration
pings as its value.

* Update view for materialized query

* Use clients_last_seen view and migrated_clients

Previously, we were using the materialized clients_last_seen
and the unmaterialized migrated_clients. We are now materializing
the latter, and using the view of the former.

- Added documentation
- Removed unecessary arrays

* Run SQL formatter

* Change keyword identifier with prefixed underscore

* Ignore missing table errors in dryrun

* Run migrated_clients init only

* Add docline for negative churn
2020-03-25 11:32:36 -04:00
Jeff Klukas e28289d443 Add days_since_created_profile to Fenix clients_last_seen 2020-03-03 14:29:14 -05:00
Jeff Klukas fbec72b7fc Refactor cls to put usage criteria consistently inside baseline struct 2020-02-20 15:33:41 -05:00
Jeff Klukas f5e2c7ba9a Fenix ETL using only baseline pings for activity 2020-02-20 15:33:41 -05:00