WellView Library Ingestion Overview
The WellView Library Ingestion system is a fully automated pipeline that regularly synchronizes reference library data from Peloton’s WellView API into ARC’s data platform (Databricks Unity Catalog).
What It Does
This system ingests WellView reference library tables from the Peloton API and stores them as Delta tables in prd_zone2.wellview_library.
How Often It Runs
Weekly schedule on Thursdays at 2:00am via Databricks job.
Where to Find Ingested Tables
All ingested libraries are written as Delta tables under the Unity Catalog schema:
prd_zone2.wellview_library
Use Unity Catalog to discover which tables exist and to view their column definitions.