ekuiper icon indicating copy to clipboard operation
ekuiper copied to clipboard

Null values in stream definition

Open RyeBot33 opened this issue 4 years ago • 2 comments

Is it possible to specify if a column of a stream can be NULL and not required? Getting errors if not all properties are passed in over mqtt and json.

RyeBot33 avatar Jul 12 '21 17:07 RyeBot33

I think this is a good idea to allow specifying if a column is nullable. We will prioritize this, thanks.

ngjaying avatar Jul 13 '21 00:07 ngjaying

@RBrothersBSI After v1.3.1, the strictValidation=false will take effect and set default values for null values so that you can pass in partial properties. Does this work for you

ngjaying avatar Sep 07 '21 08:09 ngjaying