You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a recommendation on best practice for conditionally chaining jobs together?
I was just running if statements at the end of a job to call the next job. But just wanted some feedback
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. Off hand, having some ifs at the end seems reasonable. There may exist a more elegant mechanism, but one doesn't jump to mind.
@StephenOTT -- you may want to check out plines. It may not do exactly what you want but it should give you ideas, at least. It provides an API for constructing job batch pipelines that conditionally fan out and use dependencies based on the data that goes into the batch.
Do you have a recommendation on best practice for conditionally chaining jobs together?
I was just running if statements at the end of a job to call the next job. But just wanted some feedback
The text was updated successfully, but these errors were encountered: