Skip to content

Parallel execution of DAG #94

@timukas

Description

@timukas

Hi,

I have one DAG which takes in one parameter and then executes a bash command:

...
    command: bash
    script: |
      ${WORK_DIR}/some_script.sh ${PARAM1}
...

Is there a way to execute same DAG with different parameters in parallel mode?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions