Skip to content

Commit a2cb642

Browse files
committed
add links
1 parent 97ab3b8 commit a2cb642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/io/kestra/plugin/datagen/core/Generate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
)
122122
@Schema(
123123
title = "Generate synthetic data",
124-
description = "Runs the configured generator once (inline) or for a batch when `store` is true. When stored, results are written as Ion lines to internal storage; defaults are `store=false` and `batchSize=1`."
124+
description = "Runs the configured generator (e.g., [Datafaker](https://www.datafaker.net/documentation/expressions/)) once (inline) or for a batch when `store` is true. When stored, results are written as Ion lines to internal storage; defaults are `store=false` and `batchSize=1`."
125125
)
126126
@SuperBuilder
127127
@NoArgsConstructor

src/main/java/io/kestra/plugin/datagen/generators/StringValueGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@Schema(
2323
title = "Generate strings from templates",
24-
description = "Renders the `value` string (Pebble) and then evaluates Datafaker expressions like `#{name.firstName}` for each record. Locale list overrides Faker locale; empty list uses the library default."
24+
description = "Renders the `value` string (Pebble) and then evaluates [Datafaker expressions](https://www.datafaker.net/documentation/expressions/) like `#{name.firstName}` for each record. Locale list overrides Faker locale; empty list uses the library default."
2525
)
2626
@Plugin
2727
@NoArgsConstructor

0 commit comments

Comments
 (0)