Skip to content

Commit

Permalink
update based on reviewers comments
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Sep 24, 2024
1 parent d27a1c2 commit e155d2c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-packaging-python.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#
# DO NOT EDIT THIS FILE: it is generated from test-transform.template, Edit there and run make to change these files
#
name: Test - transforms/packaging/python

on:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-packaging-ray.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#
# DO NOT EDIT THIS FILE: it is generated from test-transform.template, Edit there and run make to change these files
#

name: Test - transforms/packaging/ray

on:
Expand Down
6 changes: 3 additions & 3 deletions transforms/packaging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Given that the transforms do not currently have their own name spaces, the first


````
cd package-release/transforms/packaging
cd transforms/packaging
make clean
make src
````
Expand All @@ -29,7 +29,7 @@ make src
This procedure will run all the UT for each individual transforms using a single package configuration:

````
cd package-release/transforms/packaging
cd transforms/packaging
make clean
make src
make test-src
Expand All @@ -40,7 +40,7 @@ make test-src
This procedure will buid two wheels: one for the python transforms and one for the ray transforms.

````
cd package-release/transforms/packaging
cd transforms/packaging
make clean
make src
make build-dist
Expand Down
2 changes: 2 additions & 0 deletions transforms/packaging/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ installing the python transforms will also install `data-prep-toolkit`

## List of Transforms in current package

Note: This list includes the transforms that are part of the current release for 0.2.1.dev3 and will be maintained on best effort but may may not be always up to date. users are encourage to raise an issue in git when they discover missing components

* code
* [code2parquet](https://github.com/IBM/data-prep-kit/blob/dev/transforms/code/code2parquet/python/README.md)
* [header_cleanser (Not available on MacOS)](https://github.com/IBM/data-prep-kit/blob/dev/transforms/code/header_cleanser/python/README.md)
Expand Down
2 changes: 2 additions & 0 deletions transforms/packaging/ray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ installing the Ray transforms will also install `data_prep_toolkit_transforms` a

## List of Ray Transforms availabe in current package

Note: This list includes the transforms that are part of the current release for 0.2.1.dev3 and will be maintained on best effort but may may not be always up to date. users are encourage to raise an issue in git when they discover missing components

* code
* [code2parquet](https://github.com/IBM/data-prep-kit/blob/dev/transforms/code/code2parquet/ray/README.md)
* [proglang_select](https://github.com/IBM/data-prep-kit/blob/dev/transforms/code/proglang_select/ray/README.md)
Expand Down

0 comments on commit e155d2c

Please sign in to comment.