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