Workflow
class Workflow
Workflows on Redivis are where analytical pipelines are built and executed. All workflows are owned by a user, and are made up of transforms, notebooks, and their output tables.
Workflows were previously referred to as "Projects" on Redivis. Existing code that utilized the "project" terminology will continue to work (e.g., User.list_projects()
).
However, we encourage users to migrate their code to prevent future issues and confusion.
Constructors
List all workflows owned by a user.
Construct a new workflow instance that references a workflow owned by a user.
Examples
Attributes
properties
qualified_reference
scoped_reference
The canonical reference for the workflow, without the username qualifier. E.g.,: example_
workflow_climate_analysis:x7kh
user
Methods
Check whether the workflow exists.
Get the workflow, populating the properties
attribute on the current instance.
List all tables in the workflow.
Create a query scoped to the workflow.
Create a reference to a specific table within the workflow.
Last updated
Was this helpful?