From 39690b81885a76ca10a8cef09d14fc49021b53e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Mon, 2 Sep 2024 09:42:42 -0600 Subject: [PATCH] docs: Documented versions where `fake` and `Faker` objects were added to the stream maps context --- docs/stream_maps.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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