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