# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/medaviehs.py # Rôle : Connecteur Medavie — workday (tenant medaviehs.wd10, site Medavie_External) # [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 MedaviehsConnector(WorkdayConnector): source_id = 'medaviehs' EMPLOYER = 'Medavie' TENANT = 'medaviehs' HOST = 'wd10' SITE = 'Medavie_External'