redivis.current_workflow

redivis.current_workflow() Workflow

Returns a reference to the current workflow. Can only be called from within a running Redivis notebook, or if a default workflow is set.

Returns:

Workflow

Examples

workflow = redivis.current_workflow()

workflow.list_tables()      # -> List tables in workflow 
workflow.list_notebooks()   # -> List notebooks in workflow
workflow.list_transform()   # -> List transforms in workflow
workflow.list_datasources() # -> List datasources in workflow

Last updated

Was this helpful?