Hello all! When using `Software-define assets`, if...
# ask-community
a
Hello all! When using
Software-define assets
, if I have two jobs materializing the same asset how can I make sure they the two jobs don't materialize the asset at the same time? Is there any form of lock?
1
j
Hi @Antoine Valette. I’m assuming the case you’re trying to prevent is having two jobs that materialize the same asset write that asset in the same location (like a snowflake table or s3 bucket) at the same time. Any locking would then need to be in the IO Manager responsible for storing the asset. We don’t put in custom locking logic in the IO managers, but the backing storage (like snowflake or s3) would have whatever locking support they provide
a
Thanks @jamie, very clear 👍