Here is my solution: https://github.com/cnolanminich/30_days_of_dagster/blob/main/30_days_dagster/30_days_dagster/02_day.py

For this one, I wanted to play with the new `target` argument 🤩

For the super common scenario of having one job per schedule, add a "target" argument and select the assets you want -- in my case "asset_one" and everything downstream

#dataBS

Comments