You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the enrichment process for various entities (rules, transactions, and graphs) lacks proper null checks and error handling when mapping related entities.
Areas Affected
Rules enrichment
Label mapping in rules needs proper null checks
Error handling for missing labels needed
Transactions enrichment
Similar issues may exist with related entity mappings
Background
Currently, the enrichment process for various entities (rules, transactions, and graphs) lacks proper null checks and error handling when mapping related entities.
Areas Affected
Rules enrichment
Transactions enrichment
Graphs enrichment
References
Proposed Solution
Implement a consistent approach across all enrichment processes to:
Note: This improvement will help prevent runtime errors and provide better debugging information when related entities are missing.
The text was updated successfully, but these errors were encountered: