# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/fil.py # Rôle : Connecteur Responsable bilingue du marketing événementiel / Event ... — workday (tenant fil.wd3, site fidelitycanada) # [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 FilConnector(WorkdayConnector): source_id = 'fil' EMPLOYER = 'Responsable bilingue du marketing événementiel / Event ...' TENANT = 'fil' HOST = 'wd3' SITE = 'fidelitycanada'