Add Hex apps to your Dagster pipelines and dataflows

Programmatically trigger data transformations, app refreshes, and complex data science workflows as part of your broader data pipelines.

How it works

The Dagster Hex library lets Dagster users easily add Hex apps as assets in Dagster pipelines, executing runs of or accessing metadata about Hex apps in response to upstream events and triggers.

Including Hex in your Dagster data pipelines and orchestration workflows lets you do things like:

  • Trigger a Hex app to update cached values after an upstream transformation completes
  • Run a Hex project with passed-in input parameters based on a form submission in another app
  • Automatically kick off a model re-run through Hex when new source data lands

In action