Skip to content

A query abou the task dependency #787

Answered by sighingnow
JasonNing96 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @JasonNing96,

(I have closed the issue to concentrate the discussion here.)

Vineyard itself is a storage engine, and doesn't aware about the workflow upon vineyard.

Vineyard does have some integration with workflow orchestration engines, e.g., airflow. In airflow, you would describe a task dependency between your task1 and task2, e.g., task2 requires task1. The workflow scheduler ensures task2 will be launched after task1 has been finished. Then when task2 been launched, the required input data should be ready as it has been produced by task1.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JasonNing96
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants