mirror of
https://github.com/nejimakibird/model-weave.git
synced 2026-07-22 06:51:24 +00:00
841 B
841 B
| type | id | name | kind | source | target | tags | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| mapping | MAP-SAMPLE | Sample Mapping | data_to_data |
|
|
|
Sample Mapping
Summary
Describe the mapping purpose and scope.
Scope
| role | ref | notes |
|---|---|---|
| source | DATA-SAMPLE-SOURCE | Source data |
| target | DATA-SAMPLE-TARGET | Target data |
Mappings
| target_ref | source_ref | transform | rule | required | notes |
|---|---|---|---|---|---|
| DATA-SAMPLE-TARGET.sample_id | DATA-SAMPLE-SOURCE.sample_id | Direct copy | Y | ||
| DATA-SAMPLE-TARGET.sample_name | DATA-SAMPLE-SOURCE.sample_name | Direct copy | N |
Rules
- Add mapping-wide transformation rules here.
- Move complex conditions to
rulefiles.
Notes
- One row should generally map to one
target_ref.