Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(pipeline) : Corriger des coquilles pour la migration Pole Emploi -> France Travail #298

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

vperron
Copy link
Contributor

@vperron vperron commented Sep 19, 2024

Tout est dans les commits.

Draft pour éviter les déploiements, mais on peut la relire.

All the pole-emploi.xxx endpoints will be shut down on September 30th.
Some sources still transmit 'PE' types for their structures,
which leads to those being discarded.

Avant:

  data-inclusion=# select count(*) from public_dbt_test__audit.check_structure_int__union_structures__di_surrogate_id where value = 'PE';
  -[ RECORD 1 ]
  count | 1146

Après:

  data-inclusion=# select count(*) from public_dbt_test__audit.check_structure_int__union_structures__di_surrogate_id where value = 'PE';
  -[ RECORD 1 ]
  count | 0
@vperron vperron requested a review from hlecuyer September 19, 2024 07:17
@vperron vperron self-assigned this Sep 19, 2024
@vperron vperron requested a review from vmttn as a code owner September 19, 2024 07:17
@vperron vperron marked this pull request as draft September 19, 2024 07:24
@vperron vperron marked this pull request as ready for review September 19, 2024 09:31
@vperron vperron merged commit 10f240f into main Sep 19, 2024
11 of 14 checks passed
@vperron vperron deleted the vperron/pole-emploi branch September 19, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants