Skip to content

Commit

Permalink
correcting etl mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Dec 14, 2023
1 parent ab0a347 commit adaae1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions staging.chordshealth.org/etlMapping.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mappings:
- name: geospatial_data_resource
- name: chords_geospatial_data_resource
doc_type: geospatial_data_resource
type: aggregator
root: geospatial_data_resource
Expand Down Expand Up @@ -28,7 +28,7 @@ mappings:
- name: exposure_media
parent_props:
- path: resources[resource_id, resource_name:long_name, resource_short_name:name, resource_type, resource_description:description, resource_citation:citation, payment_required, domain, keywords, license_type, license_text, verification_datetime, resource_use_agreement, resource_contact, resource_url].projects[project_code:code, project_investigator_affiliation:investigator_affiliation, project_investigator_name:investigator_name, project_date:date_collected, project_name:name, project_short_name:name, support_source, support_id, project_url].programs[program_name:name, program_short_name:name]
- name: geospatial_tool_resource
- name: chords_geospatial_tool_resource
doc_type: geospatial_tool_resource
type: aggregator
root: geospatial_tool_resource
Expand All @@ -53,7 +53,7 @@ mappings:
- name: model_methods
parent_props:
- path: resources[resource_id, resource_name:long_name, resource_short_name:name, resource_type, resource_description:description, resource_citation:citation, payment_required, domain, keywords, license_type, license_text, verification_datetime, resource_use_agreement, resource_contact, resource_url].projects[project_code:code, project_investigator_affiliation:investigator_affiliation, project_investigator_name:investigator_name, project_date:date_collected, project_name:name, project_short_name:name, support_source, support_id, project_url].programs[program_name:name, program_short_name:name]
- name: population_data_resource
- name: chords_population_data_resource
doc_type: population_data_resource
type: aggregator
root: population_data_resource
Expand Down Expand Up @@ -86,4 +86,4 @@ mappings:
- name: population_studied_other

parent_props:
- path: resources[resource_id, resource_name:long_name, resource_short_name:name, resource_type, resource_description:description, resource_citation:citation, payment_required, domain, keywords, license_type, license_text, verification_datetime, resource_use_agreement, resource_contact, resource_url].projects[project_code:code, project_investigator_affiliation:investigator_affiliation, project_investigator_name:investigator_name, project_date:date_collected, project_name:name, project_short_name:name, support_source, support_id, project_url].programs[program_name:name, program_short_name:name]
- path: resources[resource_id, resource_name:long_name, resource_short_name:name, resource_type, resource_description:description, resource_citation:citation, payment_required, domain, keywords, license_type, license_text, verification_datetime, resource_use_agreement, resource_contact, resource_url].projects[project_code:code, project_investigator_affiliation:investigator_affiliation, project_investigator_name:investigator_name, project_date:date_collected, project_name:name, project_short_name:name, support_source, support_id, project_url].programs[program_name:name, program_short_name:name]
8 changes: 4 additions & 4 deletions staging.chordshealth.org/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,19 +282,19 @@
"guppy": {
"indices": [
{
"index": "geospatial_data_resource",
"index": "chords_geospatial_data_resource",
"type": "geospatial_data_resource"
},
{
"index": "population_data_resource",
"index": "chords_population_data_resource",
"type": "population_data_resource"
},
{
"index": "geospatial_tool_resource",
"index": "chords_geospatial_tool_resource",
"type": "geospatial_tool_resource"
}
],
"config_index": "chords-array-config",
"config_index": "chords_array-config",
"auth_filter_field": "auth_resource_path"
},
"scaling": {
Expand Down

0 comments on commit adaae1d

Please sign in to comment.