matano icon indicating copy to clipboard operation
matano copied to clipboard

Add a JSON/object type for semi structured data

Open Samrose-Ahmed opened this issue 1 year ago • 0 comments

Overview

Currently, semi structured data must be stringified and defined as a string type. Subsequently, it is always treated as a string type (e.g. in detections).

Goal

Add a JSON or object type that represents JSON/object data. This can be auto-coerced to physical type string for the Iceberg schema. We can use this information to provide additional features for detections and searching.

Notes

Samrose-Ahmed avatar Dec 15 '22 05:12 Samrose-Ahmed