Skip to content

Commit 4220970

Browse files
authored
vdk-dag: replace DAG diagrams with consistently colored ones (#2173)
What: Replace DAG diagrams with consistently colored ones. Why: To have a consistent and better-looking docs. Signed-off-by: Yoan Salambashev <[email protected]>
1 parent c87fe40 commit 4220970

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

Diff for: examples/dag-example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ vdk deploy -n ingest-job2 -t my-team -p ingest-job2 -r "dag-example" -u http://l
439439
```
440440

441441
```console
442-
vdk create -n read-job -t my-team --no-template -u http://localhost:8092 && \
443-
vdk deploy -n read-job -t my-team -p read-job -r "dag-example" -u http://localhost:8092
442+
vdk create -n read-data-job -t my-team --no-template -u http://localhost:8092 && \
443+
vdk deploy -n read-data-job -t my-team -p read-data-job -r "dag-example" -u http://localhost:8092
444444
```
445445

446446
```console

Diff for: examples/dag-example/images/dag-graph.png

-19.5 KB
Loading

Diff for: examples/dag-with-args-example/images/dag.png

-42.7 KB
Loading

Diff for: projects/vdk-plugins/vdk-dag/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ When defining a job to be run following attributes are supported:
5151
The following example dependency graph can be implemented with below code.
5252

5353

54-
![img_2.png](img_2.png)
54+
![example_dag.png](example_dag.png)
5555

5656
In this example what happens is:
5757
* Job 1 will execute.

Diff for: projects/vdk-plugins/vdk-dag/example_dag.png

25.1 KB
Loading

Diff for: projects/vdk-plugins/vdk-dag/img_2.png

-10.1 KB
Binary file not shown.

Diff for: specs/vep-1243-vdk-dag/sample-execution.png

-48.3 KB
Loading

0 commit comments

Comments
 (0)