Skip to content

mixpanel_connector (Data Source)

Fetches a Mixpanel data pipeline connector (mixpanel_connector) by its unique identifier and project. Connectors enable data imports into Mixpanel from external sources like cloud warehouses.

See the mixpanel_connector resource to manage connectors.

Example Usage

data "mixpanel_connector" "warehouse" {
  project_id   = 1234567
  connector_id = "abc123def456"
}

Schema

Required

  • connector_id (String)
  • project_id (Number)

Optional

  • category_properties (String)
  • connector_properties (String)

Read-Only

  • connector_type (String)
  • created_at (String)
  • created_by (Attributes) Basic user information for UI display. (see below for nested schema)
  • failure_message (String)
  • label (String)
  • status (String)

Nested Schema for created_by

Read-Only:

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