This repository contains the following directories linked to the Visual Edit plugin:
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/.
- Developers: see dss-plugin-visual-edit README.
- Contains the actual plugin: when installing in a Dataiku instance, we would provide this directory only. It provides the following components:
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.