Skip to content

Commit

Permalink
Enrichir tous les PNO (#3085)
Browse files Browse the repository at this point in the history
## Linked issues

- Relates to #2867

Tous les PNOs doivent être enrichis, y compris les supprimés, corrigés
et non acquittés.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Refactor**
- Improved the data query efficiency in the data science pipeline by
removing an unnecessary condition. This change streamlines data
processing and may enhance performance.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
VincentAntoine committed Apr 4, 2024
2 parents 96e1f2e + d085fb9 commit 0b8fe2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pno_species AS (
AND operation_datetime_utc < :max_pno_date
AND log_type = 'PNO'
AND NOT enriched
AND report_id NOT IN (SELECT referenced_report_id FROM deleted_corrected_or_rejected_messages)
),

pno_trips AS (
Expand Down

0 comments on commit 0b8fe2c

Please sign in to comment.