Skip to content

Commit

Permalink
fix: update family import id
Browse files Browse the repository at this point in the history
- should contain 'family' not events
  • Loading branch information
Osneil Drakes authored and Osneil Drakes committed Sep 11, 2024
1 parent 404ea5f commit e82d2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcf_data_mapper/parsers/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def append_event(
gcf_events.append(
{
"import_id": f"GCF.event.{approved_ref}_{projects_id}.n{n_value:04}",
"family_import_id": f"GCF.event.{approved_ref}.{projects_id}",
"family_import_id": f"GCF.family.{approved_ref}.{projects_id}",
"event_title": event.type,
"date": row[event.column_name],
"event_type_value": event.type,
Expand Down

0 comments on commit e82d2f8

Please sign in to comment.