### Generic implementation of a processing graph Remove explicit mentions to /splits or /first-rows from code, and move them to the “processing graph”: “`json { “/splits”: {“input_type”: “dataset”, “required_by_dataset_viewer”: true}, “/first-rows”: {“input_type”: “split”, “requires”: “/splits”, “required_by_dataset_viewer”: true}, } “` This JSON (see libcommon.config) defines the *processing steps* (here /splits and /first-rows) and their dependency relationship…
