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