Hi, I have
• job A runs at 1am daily
• job B runs at 3am Monday, Tuesday, Wednesday
• Job B depends on data from Job A (A pulls in some files on the disk)
Job A/B could either Flow/Task, but I think Flow is best because I could schedule it.
My question is, how do I see the dependency between Job A and Job B?
I cannot create a parent flow and wrap Job A & Job B together, because Job B doesn't always run when Job A runs. So, I cannot see the dependency like that.
How should I approach this? Thank you!