# ============================================================================= # Job·Ka — Groupe KA # Auteur : Simon-Pierre Boucher # Contact : contact@spboucher.ai # Fichier : jobka/connectors/tapestry.py # Rôle : Connecteur Sales Associate III — workday (tenant tapestry.wd108, site Tapestry_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 TapestryConnector(WorkdayConnector): source_id = 'tapestry' EMPLOYER = 'Sales Associate III' TENANT = 'tapestry' HOST = 'wd108' SITE = 'Tapestry_Careers'