Skip to content

Commit

Permalink
docs: Documented versions where fake and Faker objects were added…
Browse files Browse the repository at this point in the history
… to the stream maps context
  • Loading branch information
edgarrmondragon committed Sep 2, 2024
1 parent 190a9e6 commit 78cc5e7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/stream_maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,17 @@ can be referenced directly by mapping expressions.
masking by allowing users to call `Faker.seed()`.

```{tip}
The `fake` object is only available if the plugin specifies `faker` as an additional dependency (through the `singer-sdk` `faker` extra, or directly).
The `fake` object and `Faker` are only available if the plugin specifies `faker` as an additional dependency (through the `singer-sdk` `faker` extra, or directly).
```

:::{versionadded} 0.35.0
The `faker` object was added.
:::

:::{versionadded} 0.40.0
The `Faker` class was added.
:::

#### Automatic Schema Detection

For performance reasons, type detection is performed at runtime using text analysis
Expand Down

0 comments on commit 78cc5e7

Please sign in to comment.