From 67d40c583bbe72fa4065657779c653f7230ecf8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Thu, 26 Dec 2024 15:41:22 +0100 Subject: [PATCH] Remove outdated limitations in Faker's docs --- docs/src/main/sphinx/connector/faker.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/src/main/sphinx/connector/faker.md b/docs/src/main/sphinx/connector/faker.md index c44d11f1004..01bedd0e74f 100644 --- a/docs/src/main/sphinx/connector/faker.md +++ b/docs/src/main/sphinx/connector/faker.md @@ -313,7 +313,3 @@ CREATE TABLE generator.default.customer ( group_id INTEGER WITH (allowed_values = ARRAY['10', '32', '81']) ); ``` - -## Limitations - -* It is not possible to choose the locale used by the Datafaker's generators.