-
Notifications
You must be signed in to change notification settings - Fork 2
Alma APIs in Airflow
jim hahn edited this page Jul 31, 2023
·
17 revisions
To use Alma APIs in Airflow, we need to set-up an Airflow HTTP Connection.
For example, setting a connection for Alma, the following fields need to be set:
- Conn Id: {_sinopia_group_id}_alma_connection
- Conn Type: HTTP
-
Host:
{alma_uri_region}/almaws/v1/bibs?
The Alma POST task requires Airflow Variables to be set:
- import_profile_id{_sinopia_group_id} (optional): (found in shared_configs)
- alma_api_key{_sinopia_group_id}: (found in shared_configs)
- alma_uri_region: (see below)
- North America Region
value:
https://api-na.hosted.exlibrisgroup.com
- Europe Region
value:
https://api-eu.hosted.exlibrisgroup.com
- Asia Pacific Region
value:
https://api-ap.hosted.exlibrisgroup.com
- Canada Region
value:
https://api-ca.hosted.exlibrisgroup.com
- China Region
value:
https://api-cn.hosted.exlibrisgroup.com.cn