We want to store value-pairs as semi-structured data types in Snowflake.
It looks like we could use either OBJECT or VARIANT datatype.
The documentation implies to use OBJECT for value-pairs but is not too clear as whether it is a "better" choice than Variant... Or I missed it (very possible)
So... OBJECT or VARIANT?
Update: So far, we have started with a column of type OBJECT that we populate with JSON. However, our JSON is simply value-pairs where the key name is never NULL.