-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kfp workflow for html2parquet #694
Conversation
b2d9ae9
to
d77c2ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please run pre-commit with the new files
14d29fd
to
a4a0778
Compare
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]> Co-authored-by: Alexey Roytman <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
Signed-off-by: Revital Sur <[email protected]>
a4a0778
to
ba3c1c2
Compare
Done. Thanks |
ba3c1c2
to
a71c670
Compare
Signed-off-by: Revital Sur <[email protected]>
@@ -103,8 +105,13 @@ def {{ pipeline_name }}( | |||
# Ray cluster | |||
ray_name: str = "{{ pipeline_name }}-kfp-ray", # name of Ray cluster | |||
# Add image_pull_secret and image_pull_policy to ray workers if needed | |||
{%- if image_pull_secret != "" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we reuse the same dictionary and just add image_pull_secret
when it is defined?
transforms/add_new_kfp_workflow.md
Outdated
|
||
1) Create the workflow. [pipeline generator](../kfp/pipeline_generator/single-pipeline/) can be used for that. | ||
|
||
2) Create a new `kfp_ray` directory in the transform directory, similar to [this directory](universal/noop/kfp_ray/). Inside this directory, include the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we replace the steps: create a directory, and after that add a template and generate the pipeline?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Thanks.
pipeline_arguments: | ||
- name: data_files_to_use | ||
type: "str" | ||
value: "['.html', '.zip']" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does the transformer support zip files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Revital Sur <[email protected]>
f6eee4c
to
5419cd1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Why are these changes needed?
Add kfp workflow to html2parquet
Related issue number (if any).
issue #690