OP-TED / ted-rdf-conversion-pipeline

TED Semantic Web Services
Apache License 2.0
5 stars 5 forks source link

Fails trying to load the mapping suite #540

Closed cristianvasquez closed 5 months ago

cristianvasquez commented 5 months ago

Hi!, I'm trying to load a mapping suite through the following configuration:

{
"branch_or_tag_name":"develop",
"github_repository_url":"https://github.com/OP-TED/ted-rdf-mapping-eforms.git",
"load_test_data":false,
"mapping_suite_package_name":"package_cn_v1.9"
}

Which according to me, points to the following mappings: https://github.com/OP-TED/ted-rdf-mapping-eforms/tree/develop/mappings/package_cn_v1.9

When I run this it fails, after inspecting the logs I can see:

FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpl3t63egw/ted-rdf-mapping/mappings'

What else can be checked on?

cristianvasquez commented 5 months ago

Fixed in new deployment