my usecase is using several assets with different ...
# dagster-feedback
w
my usecase is using several assets with different accounts and schedulers. so in folder dagster\storage assets result has same names. i'm afraid that two or more jobs, runs in same tame can use pickls from with don't belong to it. can i specify asset run result (pickl name) from ScheduleDefinition or somehow?
c
do the assets all have the same name? We’d recommend using different asset keys for all of those differently scheduled assets to avoid this case. If you absolutely must have them all have the same name, you can potentially provide the storage path as config, and use that to write accordingly.