Workflow.list_tables
Workflow.list_tables(max_results=None) → list<Table>
Parameters:
Returns:
Examples:
workflow = redivis.user("imathews").workflow("example_workflow_climate_analysis")
tables = workflow.list_tables()
for table in tables:
print(table.properties) # Properties will be populated with the table.list resource representationWas this helpful?

