# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/aspentech.py # Rôle : Connecteur Chef d'équipe Agile — workday (tenant aspentech.wd5, site aspentech) # [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 AspentechConnector(WorkdayConnector): source_id = 'aspentech' EMPLOYER = "Chef d'équipe Agile" TENANT = 'aspentech' HOST = 'wd5' SITE = 'aspentech'