Workflow$list_tables
Workflow$list_tables(max_results=NULL) → list<Table>
Returns a list of tables within the workflow. Only tables created by the workflow will be included (e.g., tables within datasets that have been added to the workflow will not be present).
Parameters:
max_results
: int, default NULL
If specified, will only return up to max_results tables
Returns:
list<Table>
Examples:
Last updated