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