You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,11 +100,11 @@ Then you can add tasks in this array. They consist of a `service`, optionally co
97
100
```
98
101
99
102
Below you can see a minimal working ETL example. It consist of 3 tasks:
100
-
- the first *extract* some data (the [constant output task](./reference/tasks/constant_output_task.md) outputs... a constant value): it's an array with 3
103
+
- the first *extract* some data (the [constant output task](reference/tasks/constant_output_task.md) outputs... a constant value): it's an array with 3
101
104
keys/values
102
-
- the second *transform* the given value (the [transformer task](./reference/tasks/transformer_task.md) is one of the most important!): the output is then an
105
+
- the second *transform* the given value (the [transformer task](reference/tasks/transformer_task.md) is one of the most important!): the output is then an
103
106
array with 2 keys/values, created using the value from previous task
104
-
- finally, the last will just display the result (it's a cheap *load*, using the [debug task](./reference/tasks/debug_task.md), only for development
107
+
- finally, the last will just display the result (it's a cheap *load*, using the [debug task](reference/tasks/debug_task.md), only for development
105
108
purpose!)
106
109
107
110
```yaml
@@ -193,4 +196,4 @@ Once everything is working fine, you may want to automate your processes. The st
193
196
194
197
To check if everything went fine, logs are stored in database:
195
198
- `clever_process_history`: logs process started, with `process_code`, `start_date`, `end_date` and `statut`
196
-
- `clever_task_history`: logs custom tasks logs (see [logging]()), with `task_code`, `message`, `logged_at` date, `level`, a `reference` and `context`
199
+
- `clever_task_history`: logs custom tasks logs (see [logging]), with `task_code`, `message`, `logged_at` date, `level`, a `reference` and `context`
0 commit comments