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
RefundStatus enum is serialized to snake_case but when the same event is pushed to kafka it is retained in camelCase.
Due to this refund_status in clickhouse refunds table is in camelCase and ckh queries for analytics return 0 when refund_status = 'success' filter is applied
The text was updated successfully, but these errors were encountered:
RefundStatus enum is serialized to snake_case but when the same event is pushed to kafka it is retained in camelCase.
Due to this refund_status in clickhouse refunds table is in camelCase and ckh queries for analytics return 0 when refund_status = 'success' filter is applied
The text was updated successfully, but these errors were encountered: