Collect Aptem data into your data warehouse or ours. The Matatika pipelines will take care of the data collection and preparation for your analytics and BI tools.
Aptem is an end-to-end apprenticeship and vocational training management platform used by training providers and employers to manage learner enrolment, programme delivery, progress tracking, compliance, and end-point assessment.
To connect to Aptem, you will need:
In Meltano Cloud:
This tap discovers streams dynamically from the Aptem OData service $metadata document, so
the exact set of streams reflects the entities and related collections exposed by your tenant.
The following streams are recognised by the tap:
AimWorkPlacementsApprenticeshipFinancialRecordsAptemCognitiveAssessmentsAwardingBodyQualificationsAwardingBodyQualificationsAssessmentHistoryComplianceDocumentsComponentDueDateChangesCrmActivitiesDestinationProgressionsEmployerGroupsEPAErrorsEpisodesGroupsHoursRecordsIlrAimsIlrLearnerJobsLearnerEmploymentLearningPlanComponentsLearningPlanEvidencesLearningPlanEvidenceWithActivityDataMaximumProgrammeDataFieldsMessagesMilestonesNotesOnboardingResponsesOrganizationContactsOrganizationsReviewResponsesReviewsTasksTrackersUsersUserGroupsWithdrawalReasonsAdditional related collections embedded within these entities are also discovered and extracted as their own streams.
Streams with a known replication key are replicated incrementally; the rest are replicated
in full on each run. If you find a stream is not behaving incrementally when it exposes a
suitable date column, you can set a replication key configuration for the plugin under
metadata in your meltano.yml:
plugins:
extractors:
- name: tap-aptem
variant: matatika
pip_url: git+https://github.com/Matatika/[email protected]
config:
metadata:
<stream_name>: # Aptem stream name
replication-method: INCREMENTAL
replication-key: <field_name> # a date column exposed by the stream
Please also open an issue here
to register any missing configurations in the tap. Future version updates that include related
changes would no longer require corresponding metadata entries, as above.
API token for the Aptem OData API
Aptem tenant name used to build the base URL.
The earliest record date to sync
Extract, Transform, and Load Aptem data into your data warehouse or ours.