monarch-initiative / koza

Data transformation framework for LinkML data models
https://koza.monarchinitiative.org/
BSD 3-Clause "New" or "Revised" License
47 stars 4 forks source link

Source Config: Concatenate files and file_archive? #124

Open glass-ships opened 5 months ago

glass-ships commented 5 months ago

Currently, in source_config.__post_init__(), if file_archive is set, that's the only list of files Koza will use as sources to transform.

We could enhance this to allow the user to list some files as well as specifying a file_archive and transform the data in all of the above.