# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/sunbeltrentals.py # Rôle : Connecteur Monteur CVC 1 /HVAC Assembler 1 — workday (tenant sunbeltrentals.wd1, site sbcareers) # [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 SunbeltrentalsConnector(WorkdayConnector): source_id = 'sunbeltrentals' EMPLOYER = 'Monteur CVC 1 /HVAC Assembler 1' TENANT = 'sunbeltrentals' HOST = 'wd1' SITE = 'sbcareers'