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