Dagster+ (Dagster Cloud)

Dagster+ (Dagster Cloud)

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.

Learn more
PostHog Wizard hedgehog

Connect Dagster+ (Dagster Cloud) to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.

Connect your Dagster+ deployment to sync run history, backfills, and your asset catalog into the PostHog Data warehouse.

Create a user token under Organization settings → Tokens in Dagster+, then enter your organization name, deployment name, and the token below.

Configuration

OptionTypeRequired
OrganizationtextYes
DeploymenttextYes
API tokenpasswordYes

Linking Dagster+ (Dagster Cloud) to PostHog

  1. Go to the Data pipeline page in PostHog
  2. Click New source and select Dagster+ (Dagster Cloud)
  3. Fill in the required configuration fields
  4. Click Next, select the tables you want to sync, and then press Import

Supported tables

TableDescriptionSync methodIncremental fieldPrimary key
runs

Historical job/pipeline run records for the deployment, used to compute reliability, DORA, and SLA metrics.

Incremental, Full refreshupdateTime, creationTime
backfills

Partition backfills launched in the deployment, including asset backfills.

Full refresh
assets

Catalog of assets known to the deployment.

Full refresh
schedules

Schedule definitions in each code location, with their cron expression and default status.

Full refresh
sensors

Sensor definitions in each code location, with their type, tick interval, and default status.

Full refresh
instigation_states

Live state of every schedule and sensor, including the cursor a sensor last stored.

Full refresh
instigation_ticks

Tick history for every schedule and sensor — one row per evaluation, with its outcome and the runs it requested. Used for orchestration reliability analysis.

Incremental, Full refreshtimestamp
asset_nodes

Asset definition metadata — group, owning jobs, dependencies, partitioning, and freshness policy. Resolves the bare asset keys in the assets table.

Full refresh
asset_materializations

Materialization event history per asset — one row each time an asset was materialized, with the metadata the run attached. The fact table behind the asset catalog.

Incremental, Full refreshtimestamp
asset_observations

Observation event history per asset — one row each time an observable asset was observed, with the metadata the observation reported.

Incremental, Full refreshtimestamp