File size: 9,346 Bytes
a474408
 
 
05b4a09
982aa7e
a474408
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fbfb86e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a18289f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
000aaba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65c7951
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
[2024-07-31 15:31:35] INFO     πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
[2024-07-31 15:31:35] INFO     ⏳ Waiting for all the steps to load...
[2024-07-31 15:31:38] INFO     ⏳ Steps loaded: 2/2
 * 'load_data_from_dicts_0' workers: 1
 * 'fake_unique_id_0' workers: 1
[2024-07-31 15:31:38] INFO     βœ… All the steps have been loaded!
[2024-07-31 15:31:38] INFO     🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 15:31:38] INFO     πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 15:31:38] INFO     🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 15:31:38] INFO     πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 15:31:38] WARNING  ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 15:31:38] WARNING  Subprocess traceback:

Traceback (most recent call last):
  File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/pipeline/local.py", line 512, in _non_generator_process_loop
    result = next(self.step.process_applying_mappings(*batch.data))
  File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 512, in process_applying_mappings
    for output_rows in generator:
  File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 63, in process
    faker_function = self.get_faker_function(input["id_faker_argments"]["type"])
  File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 52, in get_faker_function
    return fake.unique.numerify()
NameError: name 'fake' is not defined

[2024-07-31 15:31:38] INFO     πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 15:31:38] INFO     🏁 Finished running step 'fake_unique_id_0'
[2024-07-31 15:32:33] INFO     πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
[2024-07-31 15:32:33] INFO     ⏳ Waiting for all the steps to load...
[2024-07-31 15:32:36] INFO     ⏳ Steps loaded: 2/2
 * 'load_data_from_dicts_0' workers: 1
 * 'fake_unique_id_0' workers: 1
[2024-07-31 15:32:36] INFO     βœ… All the steps have been loaded!
[2024-07-31 15:32:36] INFO     🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 15:32:36] INFO     πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 15:32:36] INFO     🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 15:32:36] INFO     πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 15:32:36] WARNING  ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 15:32:36] WARNING  Subprocess traceback:

Traceback (most recent call last):
  File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/pipeline/local.py", line 512, in _non_generator_process_loop
    result = next(self.step.process_applying_mappings(*batch.data))
  File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 512, in process_applying_mappings
    for output_rows in generator:
  File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 65, in process
    faker_args = input["id_faker_arguments"]["args"]
KeyError: 'id_faker_arguments'

[2024-07-31 15:32:36] INFO     πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 15:32:36] INFO     🏁 Finished running step 'fake_unique_id_0'
[2024-07-31 15:34:59] INFO     πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
[2024-07-31 15:34:59] INFO     ⏳ Waiting for all the steps to load...
[2024-07-31 15:35:02] INFO     ⏳ Steps loaded: 2/2
 * 'load_data_from_dicts_0' workers: 1
 * 'fake_unique_id_0' workers: 1
[2024-07-31 15:35:02] INFO     βœ… All the steps have been loaded!
[2024-07-31 15:35:02] INFO     🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 15:35:02] INFO     πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 15:35:02] INFO     🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 15:35:02] INFO     πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 15:35:02] WARNING  ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 15:35:02] WARNING  Subprocess traceback:

Traceback (most recent call last):
  File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/pipeline/local.py", line 512, in _non_generator_process_loop
    result = next(self.step.process_applying_mappings(*batch.data))
  File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 512, in process_applying_mappings
    for output_rows in generator:
  File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 65, in process
    faker_args = input["id_faker_arguments"]["args"]
KeyError: 'id_faker_arguments'

[2024-07-31 15:35:02] INFO     πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 15:35:02] INFO     🏁 Finished running step 'fake_unique_id_0'
[2024-07-31 16:48:54] INFO     πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
[2024-07-31 16:48:54] INFO     ⏳ Waiting for all the steps to load...
[2024-07-31 16:48:56] INFO     ⏳ Steps loaded: 2/2
 * 'load_data_from_dicts_0' workers: 1
 * 'fake_unique_id_0' workers: 1
[2024-07-31 16:48:56] INFO     βœ… All the steps have been loaded!
[2024-07-31 16:48:56] INFO     🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 16:48:56] INFO     πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 16:48:56] INFO     🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 16:48:56] INFO     πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 16:48:56] WARNING  ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 16:48:56] WARNING  Subprocess traceback:

Traceback (most recent call last):
  File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/pipeline/local.py", line 512, in _non_generator_process_loop
    result = next(self.step.process_applying_mappings(*batch.data))
  File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 512, in process_applying_mappings
    for output_rows in generator:
  File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 65, in process
    faker_args = input["id_faker_arguments"]["args"]
KeyError: 'id_faker_arguments'

[2024-07-31 16:48:56] INFO     πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 16:48:56] INFO     🏁 Finished running step 'fake_unique_id_0'
[2024-07-31 16:51:20] INFO     πŸ“ Pipeline data will be written to '/home/nina_xu_gretel_ai/.cache/distilabel/pipelines/id-faker-pipeline/34f9718ef37568e6a421a370ff9238eb83f48b69/data'
[2024-07-31 16:51:20] INFO     ⏳ Waiting for all the steps to load...
[2024-07-31 16:51:22] INFO     ⏳ Steps loaded: 2/2
 * 'load_data_from_dicts_0' workers: 1
 * 'fake_unique_id_0' workers: 1
[2024-07-31 16:51:22] INFO     βœ… All the steps have been loaded!
[2024-07-31 16:51:22] INFO     🧬 Starting yielding batches from generator step 'load_data_from_dicts_0'. Offset: 0
[2024-07-31 16:51:22] INFO     πŸ“¨ Step 'load_data_from_dicts_0' sending batch 0 to output queue
[2024-07-31 16:51:22] INFO     🏁 Finished running step 'load_data_from_dicts_0'
[2024-07-31 16:51:22] INFO     πŸ“¦ Processing batch 0 in 'fake_unique_id_0'
[2024-07-31 16:51:22] WARNING  ⚠️ Processing batch 0 with step 'fake_unique_id_0' failed. Sending empty batch filled with `None`s...
[2024-07-31 16:51:22] WARNING  Subprocess traceback:

Traceback (most recent call last):
  File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/pipeline/local.py", line 512, in _non_generator_process_loop
    result = next(self.step.process_applying_mappings(*batch.data))
  File "/home/nina_xu_gretel_ai/.pyenv/versions/3.9.16/lib/python3.9/site-packages/distilabel/steps/base.py", line 512, in process_applying_mappings
    for output_rows in generator:
  File "/mnt/foundation-shared/nina_xu_gretel_ai/playground/distilabel/unique_id_faker.py", line 64, in process
    faker_function = self.get_faker_function(input["id_faker_arguments"]["type"])
KeyError: 'id_faker_arguments'

[2024-07-31 16:51:22] INFO     πŸ“¨ Step 'fake_unique_id_0' sending batch 0 to output queue
[2024-07-31 16:51:22] INFO     🏁 Finished running step 'fake_unique_id_0'