Skip to content

Commit

Permalink
chore(pipeline) : Remove pole-emploi national label
Browse files Browse the repository at this point in the history
Also fix one URL towards pole-emploi.fr.
  • Loading branch information
vperron committed Jul 18, 2024
1 parent 16da257 commit ec33995
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ final AS (
SELECT
_di_source_id AS "_di_source_id",
CURRENT_DATE AS "date_maj",
CASE WHEN data ->> 'dispositifADEDA' = 'true' THEN 'https://www.pole-emploi.fr/actualites/a-laffiche/2022/adeda-un-dispositif-pour-mieux-a.html' END AS "accessibilite",
CASE WHEN data ->> 'dispositifADEDA' = 'true' THEN 'https://www.francetravail.fr/actualites/a-laffiche/2022/adeda-un-dispositif-pour-mieux-a.html' END AS "accessibilite",
CAST(data #>> '{adressePrincipale,gpsLat}' AS FLOAT) AS "latitude",
CAST(data #>> '{adressePrincipale,gpsLon}' AS FLOAT) AS "longitude",
data #>> '{adressePrincipale,ligne4}' AS "adresse",
Expand Down
1 change: 0 additions & 1 deletion pipeline/dbt/seeds/schema/labels_nationaux.csv
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ mobin,Adhérent au Réseau Mob’In,
nqt,NQT,
point-conseil-budget,Point conseil budget,
point-justice,Points Justice,
pole-emploi,Pôle emploi,
positive-planet,Positive Planet,
proxite,Proxité,
reseau-app,Réseau APP,
Expand Down

0 comments on commit ec33995

Please sign in to comment.