Superset
Use this skill for analysis and BI delivery on a configured Superset instance.
Workflow
- Check connectivity with
datus superset status healthand identity withdatus superset status whoami. - Discover before changing: use
dashboards list,charts list,datasets list, anddatabases list; pass repeated--param KEY=VALUEfor official API filters such asq. - Retrieve the current object before an update. Put request bodies in a project-local JSON file and use
--json-file; keep secrets out of files and output. - Treat create/update/delete, SQL execution, cache, import/export, and
api callas confirmation-requiring operations. - Verify writes with the corresponding
getorlistcall.
Use datus superset <group> -h and datus superset <group> <command> -h for exact arguments. Prefer typed commands. Use api call METHOD /api/v1/... only for official endpoints that lack a typed command; absolute URLs and .. paths are rejected.
For reusable project SQL context, load superset-query-export. For dashboard construction, load superset-dashboard-authoring.