Upload pipeline.yaml with huggingface_hub
Browse files- pipeline.yaml +4 -4
pipeline.yaml
CHANGED
@@ -12,25 +12,25 @@ pipeline:
|
|
12 |
data:
|
13 |
'0':
|
14 |
column_name: uplift_loan_id
|
15 |
-
|
16 |
type: id
|
17 |
args:
|
18 |
text: '############'
|
19 |
'1':
|
20 |
column_name: uplift_account_id
|
21 |
-
|
22 |
type: id
|
23 |
args:
|
24 |
text: ?############
|
25 |
letters: ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
26 |
'2':
|
27 |
column_name: ssn9
|
28 |
-
|
29 |
type: ssn
|
30 |
args: {}
|
31 |
'3':
|
32 |
column_name: uuid
|
33 |
-
|
34 |
type: uuid
|
35 |
args: {}
|
36 |
runtime_parameters_info:
|
|
|
12 |
data:
|
13 |
'0':
|
14 |
column_name: uplift_loan_id
|
15 |
+
id_faker_arguments:
|
16 |
type: id
|
17 |
args:
|
18 |
text: '############'
|
19 |
'1':
|
20 |
column_name: uplift_account_id
|
21 |
+
id_faker_arguments:
|
22 |
type: id
|
23 |
args:
|
24 |
text: ?############
|
25 |
letters: ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
26 |
'2':
|
27 |
column_name: ssn9
|
28 |
+
id_faker_arguments:
|
29 |
type: ssn
|
30 |
args: {}
|
31 |
'3':
|
32 |
column_name: uuid
|
33 |
+
id_faker_arguments:
|
34 |
type: uuid
|
35 |
args: {}
|
36 |
runtime_parameters_info:
|