Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Oct 13, 2024
1 parent 66e9da1 commit b5df904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions kfp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
| Transform | KFP pipeline |
|-------------------------------------|:----------------------------------------------------------------------------------:|
| language/lang_id | [lang_id_wf.py](../transforms/language/lang_id/kfp_ray/lang_id_wf.py) |
| language/html2parquet | [html2parquet_wf.py](../transforms/language/html2parquet/kfp_ray/html2parquet_wf.py) |
| code/malware | [malware_wf.py](../transforms/code/malware/kfp_ray/malware_wf.py) |
| code/code2parquet | [code2parquet_wf.py](../transforms/code/code2parquet/kfp_ray/code2parquet_wf.py) |
| code/code_quality | [code_quality_wf.py](../transforms/code/code_quality/kfp_ray/code_quality_wf.py) |
Expand Down
3 changes: 2 additions & 1 deletion transforms/add_new_kfp_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ This README outlines the steps to add a new KFP workflow for a new transform und
- `Makefile` file similar to [this Makefile example](./universal/noop/kfp_ray/Makefile).

3) Add the path to the transform input directory in the [populate_minio script](../scripts/k8s-setup/populate_minio.sh). This path is used when testing the workflow.
4) Create a GitHub Action for the kfp workflow using the `make` command in the [.github/workflows/](../.github/workflows/README.md) directory.
4) Create a GitHub Action for the kfp workflow using the `make` command in the [.github/workflows/](../.github/workflows/README.md) directory.
5) Update the workflow in [README.md](../kfp/README.md).

0 comments on commit b5df904

Please sign in to comment.