-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I love this mapping tool.
And I want to see it improved ;).
The insertion SQL produced in
https://github.com/linkml/linkml-map/blob/main/docs/examples/Tutorial-SQLCompiler.ipynb
Gives
INSERT INTO Individual SELECT
family_name AS family_name,
given_name AS given_name,
age AS age_in_years,
height AS height_in_cm FROM Individual;
Which should be
INSERT INTO Individual SELECT
family_name AS family_name,
given_name AS given_name,
age AS age_in_years,
height AS height_in_cm FROM Person;
The class-level populate_from
does not seem to be applied here.
I will dig and see what I can find.
sierra-moxon
Metadata
Metadata
Assignees
Labels
No labels