# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/onepoint.py # Rôle : Connecteur Onepoint (nventive / Logient) — workday (tenant onepoint.wd3, site WepointCA) # [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-25] # Créé : 2026-08-25 Modifié : 2026-08-25 # ============================================================================= from .workday import WorkdayConnector class OnepointConnector(WorkdayConnector): source_id = 'onepoint' EMPLOYER = 'Onepoint (nventive / Logient)' TENANT = 'onepoint' HOST = 'wd3' SITE = 'WepointCA'