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