Skip to content

mixpanel_rollup_project (Data Source)

Fetches a Mixpanel rollup project (mixpanel_rollup_project) by its unique identifier. Rollup projects aggregate data from multiple datasets for cross-project analysis.

See the mixpanel_rollup_project resource to manage rollup projects.

Example Usage

data "mixpanel_rollup_project" "aggregated" {
  rollup_project_id = 7654321
}

Schema

Required

  • rollup_project_id (Number)

Read-Only

Nested Schema for datasets

Read-Only:

  • dataset_id (String)
  • description (String)
  • name (String)
  • project_id (Number)

Nested Schema for rollup_projects

Read-Only:

  • dataset_ids (List of String)
  • id (Number)
  • name (String)
  • owner (Attributes) The owning user of a rollup project. (see below for nested schema)

Nested Schema for rollup_projects.owner

Read-Only:

  • email (String)
  • id (Number)
  • name (String)