Add Hex apps to your Airflow DAGs

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

How it works

The Hex Airflow provider lets you add Hex apps as part of your DAGs, to trigger runs of or access metadata about Hex apps programmatically.

Including Hex in your 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