Skip to content

Commit

Permalink
use module name to invoke entry point
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Nov 17, 2024
1 parent a222cb3 commit d3df908
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions transforms/language/html2parquet/kfp_ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ REPOROOT=${CURDIR}/../../../../
WORKFLOW_VENV_ACTIVATE=${REPOROOT}/transforms/venv/bin/activate
include $(REPOROOT)/transforms/.make.workflows


# Include the common configuration for this transform
#include ../transform.config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
task_image = "quay.io/dataprep1/data-prep-kit/html2parquet-ray:latest"

# the name of the job script
EXEC_SCRIPT_NAME: str = "html2parquet_transform_ray.py"
EXEC_SCRIPT_NAME: str = "-m dpk_html2parquet.ray.transform"

# components
base_kfp_image = "quay.io/dataprep1/data-prep-kit/kfp-data-processing:latest"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline_parameters:
name: "html2parquet"
description: "Pipeline for html2parquet task"
script_name: "html2parquet_transform_ray.py"
script_name: "-m dpk_html2parquet.ray.transform"
prefix: ""
multi_s3: False
compute_func_name: ""
Expand Down

0 comments on commit d3df908

Please sign in to comment.