Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

And perhaps a couple others that I'm missing. The point is that we'd limit the access in the /dags view pretty severely.

Roles

We will introduce two three levels of access:

  • dag_viewer: Can see everything associated with a given DAG.
  • dag_editor: Can edit the status of tasks in a DAG.
  • dag_executor: Can click the 'Run' button on a task to have it triggered immediately. Only works for CeleryExecutor.

Groups

Implementation