v0.1.6
Published Jun 15, 2026
Bug Fixes
- dataset: Make dataset copy persist to a new folder (
2bbe158)
The folder plugin only claimed targets that already existed as a directory, while the save action requires a vacant path, so a folder copy was a silent no-op. Detect folder-like targets without requiring existence, pass a Dataset model, and fail loudly if no plugin saves.
Found via smoke testing 0.1.5.
- terminal: Coerce loaded descriptor to Dataset for resource selection (
d8834da)
select_resource and dataset script accessed .resources on the dict that load_dataset returns, so --dataset/--resource lookups always failed and the script REPL exposed a dict. Coerce to a Dataset model first.
Found via smoke testing 0.1.5; same root cause as #11.
Documentation
- terminal: Correct --schema and --dataset/--resource flag names (
b7ea93d)
Docs referenced --table-schema, --from-dataset and --from-resource, but the CLI exposes --schema, --dataset (-d) and --resource (-r).
Detailed Changes: v0.1.5...v0.1.6
Created with ❤ and Livemark