eradiate.pipelines.list_variables¶
- eradiate.pipelines.list_variables(drv, as_table=False)[source]¶
List variables available in a pipeline. Configuration variables are omitted.
- Parameters:
drv (
hamilton.driver.Driver) – Pipeline driver to inspect.as_table (
bool, default:False) – IfTrue, format the results as a table.
- Returns:
variables (
listorrich.table.Table) – List of variables ordered by name. Each element contains the following entries:name;
type;
whether the variable is an input parameter.