Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Willi Müller <[email protected]>
  • Loading branch information
burnash and willi-mueller authored Sep 25, 2024
1 parent 6f2a253 commit 9f38bae
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,8 @@ config: RESTAPIConfig = {
In the example above:
- The `filter` step uses a lambda function to include only records where `id` is less than 10.
- The `map` step applies the `lower_title` function to each remaining record.
- First, the `filter` step uses a lambda function to include only records where `id` is less than 10.
- Thereafter, the `map` step applies the `lower_title` function to each remaining record.
#### Using `filter`
Expand Down Expand Up @@ -768,7 +768,6 @@ config: RESTAPIConfig = {
"resources": [
{
"name": "users",
"endpoint": "users",
"processing_steps": [
{"map": anonymize_email},
],
Expand Down

0 comments on commit 9f38bae

Please sign in to comment.