-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track history of flow ids on contacts #39
Conversation
Codecov Report
@@ Coverage Diff @@
## main #39 +/- ##
=======================================
Coverage 74.65% 74.65%
=======================================
Files 3 3
Lines 217 217
=======================================
Hits 162 162
Misses 33 33
Partials 22 22
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
contacts/index_settings.json
Outdated
@@ -153,6 +153,12 @@ | |||
"flow": { | |||
"type": "keyword" | |||
}, | |||
"flow_id": { | |||
"type": "integer" | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems preferable to index a list of integers rather than UUIDs... and if we have to know about flow ids, why not switch flow
over to being id based as well
No description provided.