Hey all! I need some help as I am new to Dagster. ...
# ask-community
z
Hey all! I need some help as I am new to Dagster. We choose this tool after comparing it with Mage.Ai and Prefect. How I can use the software-defined asset as dynamic out (fan-out), which I am able to do with jobs and Ops ( Dynamicout()) using a map and collect, Is there a way I can do dynamic asset based on my run time variables? I am looking for a software-defined asset solution to make some cool analytics for our task.
dagster bot responded by community 1
z
I usually do this with graph-backed assets
D 1
Sometimes dynamic partitions is a better fit, depending on the use case
D 1