
Pluralsight Flow
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Pluralsight Flow to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Import commits, pull requests, tickets, and coding/collaboration metrics from Pluralsight Flow (formerly GitPrime). Generate an API key in Flow under Settings > API keys. Coding metrics and Collaboration metrics need the Metrics API permission on that key; the other tables only need the key itself.
Configuration
| Option | Description |
|---|---|
WorkspaceType: text Required: True | The subdomain in your Flow URL, e.g. 'acme' for acme.appfireflow.com. |
API keyType: password Required: True |
Linking Pluralsight Flow to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Pluralsight Flow
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
Users | A person tracked by Flow, aggregated from one or more git/ticket-host identities. | Incremental, Full refresh | last_activity_at | — |
Teams | A group of Flow users, optionally nested under a parent team. | Incremental, Full refresh | created_at | — |
Commits | A raw git commit synced from an integrated repository. Does not exactly match the aggregated and filtered commit data shown in Flow reports. | Incremental, Full refresh | author_date | — |
PullRequests | An author's request to merge a set of commits into a repository branch. | Incremental, Full refresh | created_at | — |
Repos | A git repository imported into Flow from an integrated vendor. | Full refresh | — | — |
Tickets | An issue filed in an integrated issue-tracking application. | Incremental, Full refresh | updated_at | — |
CodingMetrics | Aggregate coding activity metrics (coding days, commits per day, impact, efficiency) for the requested date range. One row per sync, covering the trailing window. | Full refresh | — | — |
CollaborationMetrics | Aggregate pull request collaboration metrics (time to merge, time to first comment, review thoroughness, PR count) for the requested date range. One row per sync. | Full refresh | — | — |