SPB Git forge

spb/job-ka

Public
229commits 1branches 0releases
38.1 MBsize
maindefault branch
9 h agolast push
HTML 82.1% Python 14.6% TypeScript 1.9% CSS 1% JavaScript 0.5%
1.5 KB · 27 lines python
Raw Blame History
1# =============================================================================2# Job·Ka — Groupe KA3# Auteur  : Simon-Pierre Boucher4# Contact : contact@spboucher.ai5# Fichier : jobka/connectors/h_s_loss_control_inspections_in.py6# Rôle    : Connecteur H & S Loss Control Inspections — breezy (org « h-s-loss-control-inspections-in »)7#           [généré par scripts/gen_connectors.py, flux vérifié le 2026-08-23]8# Créé    : 2026-08-23   Modifié : 2026-08-279# =============================================================================10# NOTE ka6 (2026-08-27) : employeur AMÉRICAIN d'inspection en assurance11# (H & S Loss Control Inspections) — les 344 postings du board sont tous aux12# É.-U. (42 NY, 41 CA, 29 MA, 21 NJ, 20 PA, 17 TX, 15 WA, 15 CO…), zéro13# Québec. Les 2 offres historiques (« Granby, CO - Field Inspector » et14# « Kirkland, WA - Field Inspector ») étaient des faux positifs : Granby,15# COLORADO et Kirkland, WASHINGTON — « Granby » (Estrie) et « Kirkland »16# (île de Montréal) de _QC_CITIES matchaient dans le libellé, même famille17# que x4th_day_trucking c4bfc7b, family_resource_home_care 51c2615 et18# gastro_health 900f025. Corrigé par le garde pays de BreezyConnector._keep19# (location.country.id != CA → rejet). Volume 0 = comportement correct.20from .breezy import BreezyConnector212223class HSLossControlInspectionsInConnector(BreezyConnector):24    source_id = 'h_s_loss_control_inspections_in'25    EMPLOYER = 'H & S Loss Control Inspections'26    ORG = 'h-s-loss-control-inspections-in'27