ckan / ckan/ckanext-scheming

Error during load: Could not create the database table: validator/converter not found: u'scheming_multiple_choice_output'

Open
#199 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
102
Forks
182
PR merge metrics
No merged PRs in 30d

Description

I've just install XLoader on a clean install. While trying to push a CSV resource to the DataStore, I get the following error message:
Erreur : File "/usr/lib/ckan/default/src/ckanext-scheming/ckanext/scheming/validation.py", line 319, in get_validator_or_converter raise SchemingException('validator/converter not found: %r' % name) SchemingException("validator/converter not found: u'scheming_multiple_choice_output'",)

The log which resides under says at one point:
Error during load: Could not create the database table: validator/converter not found: u'scheming_multiple_choice_output'

Any idea on how to fix this?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with ckanext/scheming/validation.py at line 319 and reproduce the failure by pushing a CSV resource to the DataStore on a clean XLoader install. Trace how scheming_multiple_choice_output is looked up, then verify the load creates the database table without the validator/converter error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.