Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to define this DAG with "_parallel"? #1674

Open
dshintani404 opened this issue Dec 3, 2021 · 0 comments
Open

[Question] How to define this DAG with "_parallel"? #1674

dshintani404 opened this issue Dec 3, 2021 · 0 comments

Comments

@dshintani404
Copy link

dshintani404 commented Dec 3, 2021

Now I consider the following DAG. (2, 3) and (4, 5) are executed in parallel, respectively.

image

As far as I thought, this DAG cannot be represented in a format of digdag. If it is modified as following, it can.

image

"+workflow":
  "+1": {}
  "+group":
    _parallel: 'true'
   "+3": {}
   "+group":
      "+2": {}
      "+group":
        _parallel: 'true'
        "+4": {}
        "+5": {}    
  "+6": {}

Is there any workarounds to define the first DAG?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant