Aviator
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 Aviator to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Aviator API token to pull your merge-queue data into the PostHog Data warehouse.
Create a user access token (it starts with av_uat_) from your Aviator account settings, then paste it below. The token inherits your account's repository access, so no extra scopes are required.
Configuration
| Option | Type | Required |
|---|---|---|
API token | password | Yes |
Linking Aviator to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Aviator
- 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 |
|---|---|---|---|---|
repositories | GitHub repositories connected to Aviator, with their merge-queue status. | Full refresh | — | — |
merge_queue_analytics | Daily merge-queue analytics per repository, merging Aviator's five daily aggregate series into one row per day. | Incremental, Full refresh | date | — |
queued_pull_requests | Pull requests currently in the queued state for each repository (a live snapshot). | Full refresh | — | — |
queue_stats | Live merge-queue depth per repository (a current-state snapshot). | Full refresh | — | — |
config_history | History of merge-queue YAML config changes per repository, as diffs. | Full refresh | — | — |