Skip to content

Commit

Permalink
feat: move ckanext-validation to frictionless-upgrade-feature-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasNelson1990 committed Aug 9, 2023
1 parent f62ab66 commit 2ef48c9
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 139 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ python-jose = "==3.3.0"
setuptools = "==67.2.0"
raven = "==6.10.0"
frictionless = {editable = true, ref = "jinja2_2_10_1", git = "https://github.com/fjelltopp/frictionless-py", extras=["ckan"]}
frictionless-geojson = {editable = true, ref = "v1.0.0", git = "https://github.com/fjelltopp/frictionless-geojson"}
frictionless-geojson = {editable = true, ref = "v1.1.0rc1", git = "https://github.com/fjelltopp/frictionless-geojson"}
jinja2 = "==2.10.1"
tableschema = "*"

Expand Down
260 changes: 130 additions & 130 deletions Pipfile.lock

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions ckan/adx_config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,13 @@ ckanext.authz_service.jwt_public_key_file = /etc/ckan/jwt_public_key.pem
ckanext.bulk_file_uploader_default_fields = {"restricted_allowed_orgs": "unaids"}

ckanext.unaids.schema_directory = /usr/lib/adx/submodules/unaids_data_specifications/table_schemas
ckanext.validation.run_on_create_async = False
ckanext.validation.run_on_update_async = False
ckanext.validation.run_on_create_sync = True
ckanext.validation.run_on_update_sync = True
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.allow_invalid_data = True
ckanext.validation.formats = csv xlsx xls geojson
ckanext.validation.default_validation_options = {"skip_errors": ["blank-row"]}
ckanext.validation.default_validation_options = {"limit_rows": 50000, "limit_errors": 100, "skip_errors": ["extra-header"], "schema_sync": true}

ckanext.unaids.auth0_domain =
ckanext.unaids.oauth2_api_audience =
Expand Down
2 changes: 1 addition & 1 deletion submodules/ckanext-unaids
Submodule ckanext-unaids updated from ac5c1a to 8d6bcd
2 changes: 1 addition & 1 deletion submodules/unaids_data_specifications
Submodule unaids_data_specifications updated from 21ea89 to 412701

0 comments on commit 2ef48c9

Please sign in to comment.