utsw-bicf / pandiseased

MIT License
1 stars 1 forks source link

surgical and pathology reformt #394

Closed vsmalladi closed 3 years ago

vsmalladi commented 3 years ago

Reformat surgery and pathology linkage to make it eaiser

Close #333

mingjiecn commented 3 years ago

Started: http://localhost:8000 CREATE MAPPING RUNNING Traceback (most recent call last): File "bin/dev-servers", line 112, in sys.exit(snovault.dev_servers.main()) File "/home/mingjie/pandiseased/develop/snovault/src/snovault/dev_servers.py", line 105, in main create_mapping.run(app) File "/home/mingjie/pandiseased/develop/snovault/src/snovault/elasticsearch/create_mapping.py", line 505, in run mapping = es_mapping(type_mapping(registry[TYPES], collection.type_info.item_type)) File "/home/mingjie/pandiseased/develop/snovault/src/snovault/elasticsearch/create_mapping.py", line 466, in type_mapping new_mapping = new_mapping[prop]['properties'] KeyError: 'pathology_report'

mingjiecn commented 3 years ago

Still has the same error after latest commit.

SenseCode commented 3 years ago

Only need to fix this issue, otherwise works great!

image