Hi all,
Is there a way to limit the concurrents runs of a particular asset inside a job instead of the job itself?
For example, a job has asset A, B, C with linage (A,B) ->C, so there can be a state where C is running in a different job and A is running in a different job, A and B can run simultaneously but A can't run simultaneously in multiple jobs together. Is there a way to limit this?