Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified trial requests model #1017

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions models/product.model.lkml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
connection: "snowflake"

# Limit include only to the ones really needed by this explore
include: "/views/marts/mlt/*.view.lkml"
include: "/views/marts/product/*.view.lkml"
include: "/views/marts/sales/*.view.lkml"
include: "/views/reports/product/*.view.lkml"
Expand Down Expand Up @@ -208,6 +207,12 @@ explore: fct_feature_daily_snapshot {
}
}

explore: fct_trial_request_history {
label: "Trial Request History"
group_label: "[New] Trial Requests"
}

# To deprecate in favor of fct_trial_request_history
explore: fct_in_product_trial_requests {
label: "Latest In-app Trial Requests"
group_label: "[New] Trial Requests"
Expand All @@ -218,12 +223,6 @@ explore: rpt_active_user_base {
group_label: "[New] Active Users"
}

explore: fct_onprem_trial_requests_history {
label: "On-prem Trial Request History"
group_label: "[New] Trial Requests"

}

explore: fct_subscription_history {
label: "Cloud Subscription History (360)"
group_label: "[New] Cloud 360"
Expand Down
276 changes: 0 additions & 276 deletions views/marts/mlt/fct_onprem_trial_requests_history.view.lkml

This file was deleted.

Loading