SPB Git forge

spb/job-ka

Public
229commits 1branches 0releases
38.1 MBsize
maindefault branch
5 h agolast push
HTML 82.1% Python 14.6% TypeScript 1.9% CSS 1% JavaScript 0.5%

[ka6] fix connecteur tealcommunicationsinc: employeur Teal Communications américain — entreprise télécom (eSIM/IoT) de Kirkland, WA (banlieue de Seattle). Les 5 offres captées (Director of Software QA, Director Carrier Partnerships, HR Generalist & Recruiting Lead, Principal Software Architect, VP of Engineering) étaient toutes localisées « Kirkland, WA », pas Kirkland QC. Faux positif du filtre Québec sur ville homonyme, même famille que coorstek b7ebb74 / echodynecorp 5bf3718 / edelmanfinancialenginesllc 6f6298c / epwealth e34defd / insomniacookies 9f92204 / blockslearning 3bf461d / bluetoothsiginc 7d5cd82 / kestramedicaltechnologiesinc f41a81a / lakewashingtondermatology 411e4a1 / lifestance 25262c1 / nadel 80e2f6f / onemedical a57eee6 / phynetdermatology 9a9de3d / residential11 46f36ee / sweeneyconrad 91b5a0e / synterra 68745a5. Depuis le fix is_quebec_location, ces offres sont correctement rejetées (volume 0). Purge par le mécanisme normal du pipeline: sync isolé rejoué le 2026-08-27 03:27 → miss_count=2 → active=0 (found=0, removed=5, statut ok); médiane 5.0 < DRIFT_MIN_BASE=8 donc garde anti-dérive non déclenchée. Vérifié à la source: 5 postings JazzHR, TOUS à Kirkland WA, zéro au Québec. Filtre vérifié: is_quebec_location('Kirkland, WA') = False (y compris avec espace final). Volume 0 = comportement correct. Note de contexte ajoutée au connecteur (+ correction du chemin dans l'en-tête).

Simon-Pierre Boucher committed 28 days ago (Aug 27, 2026) parent 68745a5

1 changed file +17 −2

modified jobka/connectors/tealcommunicationsinc.py +17 −2
@@ -2,10 +2,25 @@
2 2 # Job·Ka — Groupe KA
3 3 # Auteur : Simon-Pierre Boucher
4 4 # Contact : contact@spboucher.ai
5 −# Fichier : jobka/connectors/jobka/connectors/tealcommunicationsinc.py
5 +# Fichier : jobka/connectors/tealcommunicationsinc.py
6 6 # Rôle : Connecteur Teal Communications, Inc. — JazzHR (tealcommunicationsinc.applytojob.com)
7 −# Créé : 2026-08-25 Modifié : 2026-08-25
7 +# Créé : 2026-08-25 Modifié : 2026-08-27
8 8 # =============================================================================
9 +# NOTE (2026-08-27) : employeur américain — Teal Communications, entreprise
10 +# télécom (eSIM/IoT) de Kirkland, WA (banlieue de Seattle). Les 5 offres
11 +# historiques captées étaient toutes localisées « Kirkland, WA », faux positif
12 +# du filtre Québec sur ville homonyme (même famille que coorstek b7ebb74 /
13 +# echodynecorp 5bf3718 / edelmanfinancialenginesllc 6f6298c / epwealth e34defd
14 +# / insomniacookies 9f92204 / blockslearning 3bf461d / bluetoothsiginc 7d5cd82
15 +# / kestramedicaltechnologiesinc f41a81a / lakewashingtondermatology 411e4a1 /
16 +# lifestance 25262c1 / nadel 80e2f6f / onemedical a57eee6 / phynetdermatology
17 +# 9a9de3d / residential11 46f36ee / sweeneyconrad 91b5a0e / synterra 68745a5).
18 +# Depuis le fix is_quebec_location f4038e4 (rejet du code d'État « , WA »),
19 +# ces offres sont rejetées ; purge normale du pipeline le 2026-08-27 03:27
20 +# (removed=5, active=0, miss_count=2). Vérifié à la source le 2026-08-27 :
21 +# 5 postings JazzHR, TOUS à Kirkland WA, zéro au Québec. Un volume de 0 est
22 +# donc le comportement CORRECT tant que l'employeur ne publie rien au Québec —
23 +# ne pas « réparer » ce 0.
9 24 from .jazzhr import JazzHRConnector
10 25
11 26
12 27