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