Skip to content

FOLIO ILS in Airflow

Joshua Greben edited this page Sep 28, 2021 · 1 revision

To use FOLIO's API in Airflow, we need to set-up an Airflow HTTP Connection. NOTE the username and password fields are used in the initial connection to obtain a session token (x-opkapi-token header) and need to set as Airflow Variables that are used to create the token for subsequent POST requests.

Clone this wiki locally