https://dagster.io/ logo
#ask-community
Title
# ask-community
m

Ming Fang

04/25/2022, 6:43 PM
The Asset Graph needs to treat partitions as a first class citizen, e.g.
asset1 -> asset2
does not make sense. It needs
asset1.partion1 -> asset2
We need to bring in a mini version of the run matrix from the Partitions and be able to scroll thru each partition to see that partition's graph. Here is a very ugly mockup
s

sandy

04/26/2022, 3:31 PM
@Ming Fang you're right that this is something we need to improve on. I filed an issue to track it: https://github.com/dagster-io/dagster/issues/7582