Skip to content

Sinopia in Airflow

Jeremy Nelson edited this page Nov 11, 2021 · 4 revisions

To successfully save a new localAdminMetadata back to the Sinopia, requires the following:

Airflow Variables

  • cognito_client_id: Retrieve from AWS Cognito user pool for either Development, Stage, or Production environments
  • sinopia_user: ils_middleware
  • sinopia_password: {retrieve from shared configs}
  • sinopia_api_uri: Should be one of three values depending on environment:
    1. https://api.development.sinopia.io/resource
    2. https://api.stage.sinopia.io/resource
    3. https://api.sinopia.io/resource
Clone this wiki locally