https://github.com/dataiku/dss-visual-edit
Spin up a visual app to validate and edit data
https://github.com/dataiku/dss-visual-edit
Last synced: 6 days ago
JSON representation
Spin up a visual app to validate and edit data
- Host: GitHub
- URL: https://github.com/dataiku/dss-visual-edit
- Owner: dataiku
- Created: 2024-05-13T16:52:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-10T11:30:33.000Z (about 1 month ago)
- Last Synced: 2026-03-10T17:54:07.029Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://dataiku.github.io/dss-visual-edit/
- Size: 56.5 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This repository contains the following directories linked to the [Visual Edit plugin](https://www.dataiku.com/product/plugins/visual-edit/):
* **`dss-plugin-visual-edit/`**:
* Contains the actual plugin: when installing in a Dataiku instance, we would provide this directory only. It provides the following components:
* Python API to persist edits.
* Recipes to integrate edits into a Dataiku Flow.
* Dash data table component based on the Tabulator JavaScript library.
* Visual Webapp for no-code setup.
* Documentation:
* Users: see [https://dataiku.github.io/dss-visual-edit/](https://dataiku.github.io/dss-visual-edit/).
* Developers: see [dss-plugin-visual-edit README](dss-plugin-visual-edit/README.md).
* **`docs/`**: source code in Markdown for the user documentation website.
* **`dash_tabulator/`**: source code for the Dash data table component. Read more in the [dash_tabulator README](dash_tabulator/README.md).