redivis.current_workflow
redivis.current_workflow() → Workflow
Returns:
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 workflowWas this helpful?

