Skip to main content

Does Holistics support Flow-based scheduling with Airflow?

In Holistics 3.0, we have NOT supported Flow-based scheduling yet but it is in our backlog and will be released soon.

In Holistics 2.0, we support CLI so you can integrate Holistics with your current flow and manage the whole Flow-based schedule on your side (not Holistics).

For example, you can use Holistics with airflow to manage Flow-based schedule like the pseudo-code below:

# File users.flow
command: '$ holistics import:run -n users'

# File users_daily.flow
depends: 'users'
command: '$ holistics transform:run -n users_daily'

Let us know what you think about this document :)