Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add data validation and custom metadata plugins #5

Open
curioswati opened this issue Apr 15, 2020 · 0 comments
Open

add data validation and custom metadata plugins #5

curioswati opened this issue Apr 15, 2020 · 0 comments
Assignees
Labels
infra Issue: things to be added to playbook

Comments

@curioswati
Copy link

curioswati commented Apr 15, 2020

Add these plugins

ckan.plugins = ...... validation scheming_datasets scheming_organizations scheming_groups

Set these variables

scheming.dataset_schemas = ckanext.validation.metadata:justicehub_dataset_schema.json
scheming.organization_schemas = ckanext.validation.metadata:justicehub_org_schema.json

scheming.presets = ckanext.scheming:presets.json
               ckanext.validation:presets.json
               ckanext.validation.metadata:presets.json

ckanext.validation.run_on_create_async = true
ckanext.validation.run_on_update_async = true

ckanext.validation.run_on_create_sync = false
ckanext.validation.run_on_update_sync = false

ckanext.validation.formats = csv xlsx
ckanext.validation.show_badges_in_listings = true
@curioswati curioswati added the infra Issue: things to be added to playbook label Apr 15, 2020
@curioswati curioswati assigned Abhi2102 and unassigned Deepthi-Chand Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Issue: things to be added to playbook
Projects
None yet
Development

No branches or pull requests

3 participants