data-prep-kit
data-prep-kit copied to clipboard
add license check transform
Why are these changes needed?
Add license check filter
Related issue number (if any).
@shivdeep-singh-ibm This module (folder) should be called license filtering
@shivdeep-singh-ibm it seems that the workflow- rules in transforms/code/license_check/Makefile needs to be changed (they refer to kfp_ray/v1 directory which does not exist). This causes the CI fail: Please see the Makefile in other code transforms to fix that.
make[4]: Leaving directory '/home/runner/work/data-prep-kit/data-prep-kit/transforms/code/ingest_2_parquet'
Using recursive workflow-build rule in license_check/
make[4]: Entering directory '/home/runner/work/data-prep-kit/data-prep-kit/transforms/code/license_check'
make -C kfp_ray/v1 workflow-build
make[5]: *** kfp_ray/v1: No such file or directory. Stop.
@shivdeep-singh-ibm suggest you merge dev into this branch given some recent issues with versioning. See https://github.com/IBM/data-prep-kit/issues/355
Also, not sure how far behind dev this is. It's probably a good idea to merge with dev