https://dagster.io/ logo
Title
p

peay

09/22/2022, 11:35 AM
Hello! I've started using software-defined assets. For assets that need specific resources, I've figured out I can create a job out of them, and specify resources in the job. However, is there a way to specify "default resources" for when using the "Materialize" buttons in Dagit directly on the assets? Although I can use a job, the ability to directly materialize from the asset graph sound great, but it fails if you do not provide resource definitions. Thanks!
Actually, it seems like @Leo Qin has the solution in the message right above -
with_resources
seems to do the trick, didn't realize it worked on assets too. Thanks!
❤️ 1