diff --git a/docs/stream_maps.md b/docs/stream_maps.md index 9d4a7d8a3..94d9ac72a 100644 --- a/docs/stream_maps.md +++ b/docs/stream_maps.md @@ -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. +::: + +:::{versionadded} 0.40.0 +The `Faker` class. +::: + #### Automatic Schema Detection For performance reasons, type detection is performed at runtime using text analysis