- Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
Summary
The seed dataset docs currently lag the shipped API and contain a small example bug.
Problems
docs/concepts/seed-datasets.mddocuments only three seed source types, but the code and tests now support five.- The page does not explain
DirectorySeedSourceorFileContentsSeedSource. - The complete example uses
designer.preview(...)instead ofdata_designer.preview(...).
Proposed fix
- Update
docs/concepts/seed-datasets.md - Add sections for
DirectorySeedSourceandFileContentsSeedSource - Document
file_pattern,recursive,encoding, and exposed seeded columns - Fix the preview example typo
- Add a brief note pointing advanced users to custom filesystem seed readers/plugins
Source of truth
packages/data-designer-config/src/data_designer/config/seed_source.pypackages/data-designer-engine/src/data_designer/engine/resources/seed_reader.pypackages/data-designer/tests/interface/test_data_designer.pypackages/data-designer-engine/tests/engine/resources/test_seed_reader.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels