Skip to content

Commit

Permalink
fixed pipeline generator
Browse files Browse the repository at this point in the history
  • Loading branch information
blublinsky committed Sep 9, 2024
1 parent 20e1239 commit 974d546
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ doc_id_step_parameters:
type: "str"
value: "int_id_column"
description: ""
- name: "doc_id_start_id"
type: "int"
value: 0
description: ""

ededup_step_parameters:
step_parameters:
Expand All @@ -65,3 +69,11 @@ ededup_step_parameters:
type: "int"
value: 10
description: ""
- name: "ededup_use_snapshot"
type: "bool"
value: False
description: ""
- name: "ededup_snapshot_directory"
type: "str"
value: None
description: ""

0 comments on commit 974d546

Please sign in to comment.