Skip to content

Commit

Permalink
feat(index): update user index staging flag
Browse files Browse the repository at this point in the history
Set the staging flag to True for the "user" index in the index.py file.
  • Loading branch information
atompie committed Jan 26, 2024
1 parent dbd0a66 commit 2944487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracardi/service/storage/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def __init__(self):
partitioning=tracardi.field_change_log_partitioning,
index="tracardi-field-update-log",
mapping="mappings/field-update-log-index.json"),
"user": Index(staging=False,
"user": Index(staging=True,
multi_index=False,
index="tracardi-user",
mapping="mappings/user-index.json"),
Expand Down

0 comments on commit 2944487

Please sign in to comment.