looker-spoke-default/firefox_accounts/firefox_accounts.model.lkml

33 строки
947 B
Plaintext
Исходник Обычный вид История

2021-07-29 20:39:35 +03:00
connection: "telemetry"
label: "Firefox Accounts"
2021-07-30 00:08:46 +03:00
include: "//looker-hub/firefox_accounts/views/fxa_first_seen_table.view.lkml"
include: "//looker-hub/firefox_accounts/views/login_funnels.view.lkml"
2021-07-29 20:39:35 +03:00
include: "//looker-hub/firefox_accounts/explores/*"
2024-08-21 00:39:58 +03:00
include: "views/all_events.view.lkml"
include: "views/auth_events.view.lkml"
2024-08-20 20:10:55 +03:00
include: "views/events.view.lkml"
include: "views/growth_accounting.view.lkml"
2024-08-20 20:21:43 +03:00
include: "explores/*"
2024-08-20 20:10:55 +03:00
2021-07-30 00:08:46 +03:00
explore: +growth_accounting {
description: "Weekly growth numbers for Firefox Accounts."
join: fxa_first_seen_table {
fields: []
relationship: many_to_one
sql_on: ${growth_accounting.user_id_sha256} = ${fxa_first_seen_table.user_id} ;;
2021-07-30 00:08:46 +03:00
}
always_filter: {
filters: [growth_accounting.submission_date: "14 days"]
}
}
explore: +event_counts {
always_filter: {
filters: [events.submission_date: "14 days"]
}
2021-08-05 18:42:47 +03:00
sql_always_where: timestamp > "2010-01-01" ;;
2021-07-30 00:08:46 +03:00
}
explore: login_funnels {}