# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/strongtie.py # Rôle : Connecteur Simpson Strong-Tie — workday (tenant strongtie.wd1, site External) # [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-25] # Créé : 2026-08-25 Modifié : 2026-08-25 # ============================================================================= from .workday import WorkdayConnector class StrongtieConnector(WorkdayConnector): source_id = 'strongtie' EMPLOYER = 'Simpson Strong-Tie' TENANT = 'strongtie' HOST = 'wd1' SITE = 'External'