Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Nov 6, 2024
1 parent ef8239f commit b2ad872
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def _set_component(op: dsl.BaseOp, displaied_name: str, prev_op: dsl.BaseOp = No
op.after(prev_op)

# code to parquet deduplication
code_to_parquet = run_exact_dedup_op(
code_to_parquet = run_code_quality_op(
name=p1_orch_code_to_parquet_name,
prefix="p3_",
params=args,
Expand Down

0 comments on commit b2ad872

Please sign in to comment.