The advanced graph manipulation techniques cannot be visualized using the `plot_dependency_graph` graph option. This includes: - [ ] `batched()` - for resolving run time dependencies - [x] `split_future()` - for splitting a future object which results in a tuple into multiple future objects - [x] `get_item_from_future()` - for selecting a specific key of a future object which results in a dictionary