kids-first / kf-model-fhir

🔥 FHIR Data Model for Kids First
https://kids-first.github.io/kf-model-fhir/ig/
Apache License 2.0
1 stars 1 forks source link

♻️ New ingest plugin for v2 plugin model #206

Open fiendish opened 4 years ago

fiendish commented 4 years ago

The ingest library loader is being upgraded to remove the strict dependency on local cache. This requires a new target service plugin.

The new query_target_ids methods will ultimately need to be populated for this change to make a difference in use. They are left as stubs for now, which should give similar performance as before.

CI tests will fail until the library PR is merged. Test locally with https://github.com/kids-first/kf-lib-data-ingest/pull/513 + https://github.com/kids-first/kf-lib-data-ingest/pull/514

Please don't just evaluate this for correctness. Also make sure that it looks like a good idea.