Workflows
Workflows are where data transformation and analysis happens on Redivis. All workflows are owned by users, and are made up of source datasets, transforms, notebooks, and their output tables. Workflows may be shared with other users, though the underlying access to data in workflows is always governed by dataset access rules.
These endpoints all for the enumeration of workflows and for getting a workflow's metadata.
Workflows were previously referred to as "Projects" on Redivis. Existing code that utilized the "project" terminology will continue to work (e.g., list workflows at /api/v1/users/<name>/projects
).
However, we encourage users to migrate their code to prevent future issues and confusion.
These endpoints assume you have familiarity with this API's Authorization and Resource Reference paradigms.
Last updated