We should have a single common interface for fetching/accessing input data. Currently, make_fetch_input_template is only used by the simple recipe. The viz_workflow recipe type has it's own method of fetching data. Both (and all future recipe types) should use a common interface.
We should have a single common interface for fetching/accessing input data. Currently,
make_fetch_input_templateis only used by the simple recipe. Theviz_workflowrecipe type has it's own method of fetching data. Both (and all future recipe types) should use a common interface.