https://dagster.io/ logo
n

Noah K

03/12/2021, 12:37 AM
When I'm doing an inline configured() in a pipeline (
recompress.configured({'draco_compress': False}, name='recompress_without_draco')(asset)
) is there a reason the name is required and it doesn't just do the automatic
_2
like when normally multi-instantiating solids?