Skip to content

Commit 475b16e

Browse files
committed
docs: align workflow chaining warning
1 parent 7d4a1ca commit 475b16e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/concepts/workflow-chaining.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Workflow Chaining
22

3-
!!! warning "Experimental"
4-
Workflow chaining is experimental. The API, metadata schema, and artifact layout may change before this becomes a stable interface. Use it for early testing and feedback, not as a long-term compatibility boundary yet.
3+
!!! warning "Experimental Feature"
4+
Workflow chaining is currently **experimental** and under active development. The documentation, examples, workflow API, metadata schema, and artifact layout are subject to significant changes in future releases. If you encounter any issues, have questions, or have ideas for improvement, please consider starting [a discussion on GitHub](https://github.com/NVIDIA-NeMo/DataDesigner/discussions).
55

66
Workflow chaining lets you split a dataset build into named stages. Each stage runs a normal `DataDesigner.create()` call, writes its own artifact directory, and hands a selected parquet output to the next stage as a `LocalFileSeedSource`.
77

fern/versions/latest/pages/concepts/workflow-chaining.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Workflow Chaining"
33
description: ""
44
position: 8
55
---
6-
<Warning title="Experimental">
7-
Workflow chaining is experimental. The API, metadata schema, and artifact layout may change before this becomes a stable interface. Use it for early testing and feedback, not as a long-term compatibility boundary yet.
6+
<Warning title="Experimental Feature">
7+
Workflow chaining is currently **experimental** and under active development. The documentation, examples, workflow API, metadata schema, and artifact layout are subject to significant changes in future releases. If you encounter any issues, have questions, or have ideas for improvement, please consider starting [a discussion on GitHub](https://github.com/NVIDIA-NeMo/DataDesigner/discussions).
88
</Warning>
99

1010
Workflow chaining lets you split a dataset build into named stages. Each stage runs a normal `DataDesigner.create()` call, writes its own artifact directory, and hands a selected parquet output to the next stage as a `LocalFileSeedSource`.

0 commit comments

Comments
 (0)