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

Draft: Cohorts model #246

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Draft: Cohorts model #246

wants to merge 1 commit into from

Conversation

MeltyBot
Copy link

Migrated from GitLab: https://gitlab.com/meltano/squared/-/merge_requests/125

Originally created by @pnadolny13 on 2022-05-27 18:05:30


Since theres no easy way to calculate cohort data on the fly using Superset and our current cohort models are specific to a single set of use cases, I created a new cohorts model that is generic and can be filtered to see pre-aggregated cohorted data. We'll still need to add them manually to this model but we wont need to import new columns or customize visualizations (other than switching some filters).

  • Add a generic cohort table
  • Calculates activation date for projects, this allows for more accurate understanding of when events start contributing to the metrics that care about active vs inactive
  • The current set of cohorts in this model are: event_volume (month), active_projects (month), APP_active (week/month), APP_active_prod (week), APP_active_dev (week)

@pnadolny13 pnadolny13 marked this pull request as draft August 3, 2022 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants