ekuiper
ekuiper copied to clipboard
Null values in stream definition
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.
I think this is a good idea to allow specifying if a column is nullable. We will prioritize this, thanks.
@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