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