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