LD4P / ils-middleware

PoC for using Apache Airflow to manage interactions with multiple ILS
Apache License 2.0
0 stars 1 forks source link

Add new Inventory Record in FOLIO #2

Closed jermnelson closed 2 years ago

jermnelson commented 3 years ago

Use Okapi Inventory API to create FOLIO Records (can be Instance

This will likely need an Airflow Connection for each FOLIO's environment Okapi endpoint that has mod-inventory enabled for use.

Currently have an open ticket in EBSCO https://github.com/FOLIO-FSE/MARC21-To-FOLIO/issues/77 to see if they will publish their module to pypi so we can leverage some of their existing Python classes without needing a local copy of their repo.

jcoyne commented 2 years ago

Is the intention here to wait until the EBSCO ticket is resolved before taking action?

jermnelson commented 2 years ago

I'm not sure we can wait until they act. We may be able to install this with poetry add via a git dependency https://python-poetry.org/docs/cli/#add but would need to be investigated.