cjworkbench
cjworkbench copied to clipboard
Fetch modules only work if `version_select` is configured
In order to make a new data loader I had to add this to my YAML config:
- id_name: version_select
type: custom
name: Update
This should be in the docs.
Related to this, it's also unclear to me what the loads_data: true flag actually does. I was expecting that to enable the versioning, but it doesn't seem to.
We are currently working on removing this wart. We're re-evaluating what "versions" actually are (they shouldn't be params); and we plan to eventually nix all "custom" params.
Meanwhile, I've added the version_select bit to the docs.