confluentinc / confluentinc/vscode
Preview sample output data for a Dataset
Open
data generation
- Dominant language
- TypeScript
- Stars
- 34
- Forks
- 17
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
The extension should support viewing sample data produced by a Dataset file.
Medusa provides a `POST /v1/batch` endpoint that accepts a Dataset and returns sample data. A CodeLens action should be added to Dataset files that:
1. Calls the `POST /v1/batch` endpoint with the current Dataset file content.
2. Displays the returned sample data in a new VS Code tab.
Contributor guide
Assessment
This issue has not been assessed yet.