We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc18cd commit 9f33620Copy full SHA for 9f33620
transforms/universal/fdedup/kfp_ray/fdedup_wf.py
@@ -221,10 +221,10 @@ def fuzzydedup(
221
with dsl.ExitHandler(clean_up_task):
222
# compute execution params
223
compute_common_exec_params = compute_common_params_op(
224
- ray_worker_options,
225
- data_s3_config,
226
- fdedup_num_permutations,
227
- fdedup_n_samples,
+ worker_options=ray_worker_options,
+ data_s3_config=data_s3_config,
+ num_permutations=fdedup_num_permutations,
+ n_samples=fdedup_n_samples,
228
)
229
ComponentUtils.add_settings_to_component(compute_common_exec_params, ONE_HOUR_SEC * 2)
230
ComponentUtils.set_s3_env_vars_to_component(compute_common_exec_params, data_s3_access_secret)
0 commit comments