This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
Update AnalyticsEvent.local_host for non-endpoint events #1029
Labels
enhancement
New feature or request
❗ Blocked by ethyca/fideslog#75
Is your feature request related to a specific problem?
Not all AnalyticsEvents are triggered from an API endpoint, some are from processing tasks in a queue. Therefore, local_host does not always have a value.
Describe the solution you'd like
Update the rerun_access_graph/rerun_erasure_graph and privacy_request_execution_failure events to send
localhost=None
instead oflocal_host=False
.Currently, local_host is not allowed to be null.
Describe alternatives you've considered, if any
A description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: