Skip to content

Commit

Permalink
chore(pipeline) : Document Brevo fields better
Browse files Browse the repository at this point in the history
  • Loading branch information
vperron committed Aug 29, 2024
1 parent d218563 commit 9e729df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pipeline/dbt/models/intermediate/brevo/_brevo__models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ models:
- name: int_brevo__contacts
columns:
- name: id
description: L'ID interne Brevo de ce "contact". Largement inutilisé mais sert de clé primaire.
data_tests:
- unique
- not_null
Expand All @@ -14,7 +15,16 @@ models:
- dbt_utils.not_constant
- dbt_utils.not_empty_string
- name: est_interdit
description: |
Signifie que cet e-mail est considéré par Brevo comme:
- un "hard bounce" (n'existe pas)
- a fait l'objet d'une demande de désincription explicite.
- a classé le mail en spam
- a été classé "bloqué" par un administrateur Brevo
data_tests:
- not_null
- accepted_values:
values: [true, false]

- name: date_di_rgpd_opposition
description: Date d'opposition au RGPD telle qu'entrée par notre DPO dans Brevo lorsque signalé.

0 comments on commit 9e729df

Please sign in to comment.