Skip to content

Commit

Permalink
chore(pipeline) : Forgot a last extra underscore
Browse files Browse the repository at this point in the history
Please just let me hang myself
  • Loading branch information
vperron committed Sep 3, 2024
1 parent c83a5b2 commit 5fb82ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/dags/notify_rgpd_contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def _sync_new_contacts_to_brevo():
potential_contacts = pg.hook().get_records(
sql=(
"SELECT courriel, ARRAY_AGG(contact_uid) as contact_uids "
"FROM public_intermediate.int__union__contacts "
"FROM public_intermediate.int__union_contacts "
"GROUP BY courriel"
)
)
Expand Down

0 comments on commit 5fb82ec

Please sign in to comment.